This is a note for future releases so we know what to do.
- Create a new branch prep-
- Update the version number in setup.py
- Add the release to the top of the HISTORY.md file
- Push through a pull request with these changes to master.
- Check out master on your machine
- If this is the first time you've done a release on this machine run
python3 -m pip install --user --upgrade twine
- Run
make dist
- Run
python3 -m twine upload dist/*
It will ask for your pipy user name and password.