Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you publish as as wheel as well as sdist? #30

Open
matthewdeanmartin opened this issue May 5, 2022 · 0 comments
Open

Can you publish as as wheel as well as sdist? #30

matthewdeanmartin opened this issue May 5, 2022 · 0 comments

Comments

@matthewdeanmartin
Copy link

matthewdeanmartin commented May 5, 2022

There are certain security benefits to publishing wheels

# mitigate supply chain risk by using --only-binary
pip install flask-basicauth --only-binary=:all:

It looks like you're using setup.py, so if you add bdist_wheel
python setup.py build sdist bdist_wheel

and then twine upload the .whl file, that would do it.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant