If one is in an environment where sdist is prohibited and only wheels are allowed (as a security mitigation), it would be handy for a wheel to have been published.
If you add bdist_wheel here:
|
${PREFIX}python setup.py sdist |
making python setup.py sdist bdist_wheel then it will build a wheel and you can upload it to pypi
Thanks!