AndrewIngram/django-extra-views

universal wheel is configured, but not built

therefromhere opened this issue · 3 comments

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

see https://pythonwheels.com/

I’ll try to remember that next time, thank you!

Is this something which is configured via Pypi.org?

@sdolemelipone no i don't think so, you need to upload built wheels to pypi.