Skip to content

Build a new version and publish package

Jesús Sánchez Cuadrado edited this page Mar 30, 2022 · 1 revision

Execute these two commands to build and upload.

Don't forget to update the version number in setup.py.

python3 setup.py sdist bdist_wheel
python3 -m twine upload -u [username] -p [password] dist/*

In the modelset repository, create a build and upload to GitHub manually.

Clone this wiki locally