Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 715 Bytes

RELEASING.md

File metadata and controls

8 lines (6 loc) · 715 Bytes

Releasing Vaxrank

This document explains what do once your Pull Request has been reviewed and all final changes applied. Now you're ready merge your branch into master and release it to the world:

  1. Make sure that you have pandoc and pypandoc installed: this is needed for readme markdown on PyPI. (See here and here, respectively, for instructions.)
  2. Bump the version on init.py, as part of the PR you want to release.
  3. Merge your branch into master.
  4. Run python setup.py sdist upload, which pushes the newest release to PyPI.