Skip to content

publish a wheel #169

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

Open
dimbleby opened this issue Apr 30, 2025 · 0 comments
Open

publish a wheel #169

dimbleby opened this issue Apr 30, 2025 · 0 comments

Comments

@dimbleby
Copy link

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. That is slower, and can go wrong - eg #166.

Better for package owners to build and publish the wheel once, making it available all.

I did not find a workflow in this repository for publishing or I would have submitted a pull request. If you are doing this manually a typical workflow would be something like

python -m pip install build twine
python -m build
twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant