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 a wheel to pypi? #3

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

Can you publish a wheel to pypi? #3

matthewdeanmartin opened this issue May 5, 2022 · 0 comments

Comments

@matthewdeanmartin
Copy link

This is one way to create a wheel and get it published to pypi: https://www.realpythonproject.com/how-to-create-a-wheel-file-for-your-python-package-and-import-it-in-another-project/

e.g.
python setup.py bdist_wheel

There are several security advantages to building and publishing wheels even if the code is pure python.

I can't do a pull request to help you because the key step is running twine & publishing.

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