TDC icon indicating copy to clipboard operation
TDC copied to clipboard

publish a wheel

Open dimbleby opened this issue 9 months ago • 1 comments

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 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/*

dimbleby avatar Mar 31 '25 21:03 dimbleby

I think this could be simply automated by adding a workflow for pushing the package when you do release from GH.

Borda avatar Apr 01 '25 15:04 Borda