universal wheel is configured, but not built
therefromhere opened this issue · 3 comments
therefromhere commented
Hi, this it seems like recent builds of this package have been built with the tar.gz only, not the wheel as well, though setup.cfg is set up to create a universal wheel. It seems like the most recent wheel build was version 0.7.1.
All that needs to happen is passing the bdist_wheel arg to setup.py - ie
python setup.py sdist bdist_wheel upload
instead of
python setup.py sdist upload
jonashaag commented
I’ll try to remember that next time, thank you!
sdolemelipone commented
Is this something which is configured via Pypi.org?
therefromhere commented
@sdolemelipone no i don't think so, you need to upload built wheels to pypi.