vxgmichel / aiostream

Generator-based operators for asynchronous iteration
http://aiostream.readthedocs.io
GNU General Public License v3.0
801 stars 34 forks source link

Please upload a wheel release to pypi #81

Closed gilbahat closed 2 years ago

gilbahat commented 2 years ago

Hi,

Please upload a wheel distribution to pypi. this makes for faster package installations. I'm not a package maintainer myself and thus can't test it but this may be a matter of simply adding 'bdist_wheel' after 'sdist' in the appropriate github action.

vxgmichel commented 2 years ago

Hi @gilbahat, thank you for the report

Please upload a wheel distribution to pypi

Done :tada:

gilbahat commented 2 years ago

Thank you so much!