As a reminder, before doing anything make sure that the tests pass, and the distribution make be built with python3 setup.py sdist bdist_wheel
using the relevant Python environment.
-
Modify the version parameter in
setup.py
. -
Push in
@master
, create a new tag and push on remote.
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
First, activate the Anaconda environment.
anaconda login
anaconda upload dist/*.tar.gz