- Ensure we're on the
master
branch. - Ensure that the
wheel
package is installed in the venv. - Build locally
python setup.py sdist bdist_wheel
. - Run
tox
to ensure that the package builds and can be used with the Python 3.x env. - Update the
CHANGELOG.rst
. - Run
bumpversion [part]
where part is either major, minor or patch. - Push tags:
git push origin master --tags
. - Wait for Travis CI to publish package.
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.