Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 560 Bytes

RELEASE_PROCESS.md

File metadata and controls

12 lines (10 loc) · 560 Bytes

Release Process

This is a note for future releases so we know what to do.

  1. Create a new branch prep-
  2. Update the version number in setup.py
  3. Add the release to the top of the HISTORY.md file
  4. Push through a pull request with these changes to master.
  5. Check out master on your machine
  6. If this is the first time you've done a release on this machine run python3 -m pip install --user --upgrade twine
  7. Run make dist
  8. Run python3 -m twine upload dist/* It will ask for your pipy user name and password.