cd to the root of project and run
make test
Or, to test in all environments
tox
Once all the tests pass move on
Check out the master branch, tag with the version number & push the tags
git checkout master git tag -a v0.1.0 -m 'Version: 0.1.0' git push upstream --tags
Note the v before the version number.
Make sure your .pypirc file is setup correctly.
cat ~/.pypirc
Release
make release