encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

Can you publish a wheel? #685

Open matthewdeanmartin opened 2 years ago

matthewdeanmartin commented 2 years ago

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!