ToucanToco / fastexcel

A Python wrapper around calamine
http://fastexcel.toucantoco.dev/
MIT License
123 stars 6 forks source link

Upload source distribution to PyPi #283

Closed MarcelBeining closed 2 months ago

MarcelBeining commented 2 months ago

Hi there, I need to use fastexcel on a raspberry PI, where I cannot use the precompiled wheels of fastexcel on PyPi. There is piwheels.org, which serves as wheel source for raspberry PI ARM architecture, but they only can serve an ARM precompiled fastexcel wheel if the source distribution (tar.gz file) is available on PyPi. Would you mind uploading that, too on PyPI at each release?

In the meantime I clone and build the distribution by myself but this is cumbersome.

Thanks :-)

lukapeschke commented 2 months ago

Sure, should be doable! :) I'll look into it

lukapeschke commented 2 months ago

@MarcelBeining could you please try to install this artifact ? (Note that you'll have to unzip it to access the source dist). If it works for you, we can enable source distribution publishing :)