-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and for all.
I find publishing workflows in this repository but it looks as though they are broken or you are not using them?
If you are doing this manually, a typical work flow should be
python -m pip install build twine
python -m build
twine upload dist/*
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels