tm1py icon indicating copy to clipboard operation
tm1py copied to clipboard

publish wheels

Open dimbleby opened this issue 10 months ago • 0 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 publish dist/*

dimbleby avatar Mar 01 '25 15:03 dimbleby