- change the version number in setup.py
python setup.py bdist_wheel
python setup.py sdist
, needed for condatwine upload dist/*
- steps taken from https://packaging.python.org/tutorials/distributing-packages/
All this is superflous now, use bumpversion (e.g., bumpversion patch
), and travis should update pip using deploy_script.sh
.