apistar
apistar copied to clipboard
Can you publish a wheel?
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: https://github.com/encode/apistar/blob/8015bc1b3c9f43bcf9baa8407330338224232689/scripts/publish#L18
making python setup.py sdist bdist_wheel
then it will build a wheel and you can upload it to pypi
Thanks!