-
Notifications
You must be signed in to change notification settings - Fork 26
Open
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 found the workflow that publishes the sdist, but this is too non-standard for me to figure out how to publish a wheel too
In principle all that is needed should be something like:
python -m pip install build twine
python -m build
twine publish dist/*
Metadata
Metadata
Assignees
Labels
No labels