apistar icon indicating copy to clipboard operation
apistar copied to clipboard

Can you publish a wheel?

Open matthewdeanmartin opened this issue 3 years ago • 0 comments

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!

matthewdeanmartin avatar Dec 11 '21 04:12 matthewdeanmartin