Do a plotnine-examples release if necessary.
cd to the root of project and run
make test
Or, Travis CI tests pass for all environments
Once all the tests pass move on
Check out the master branch, edit the changelog and add the tag release date, tag with the version number & push the tags
git checkout master vim doc/changelog.rst git add doc/changelog.rst git commit -m 'Prepare changelog for release' 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