This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Description
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!