Skip to content

Release Process

Jodie Putrino edited this page Aug 23, 2018 · 1 revision

How to cut releases

  1. Update Development Status in setup.py.
  2. Bump version in init.py.
  3. Draft a new Release
  4. Mark the release as pre-release for all alpha and beta releases.

When you create a new release tag that doesn't contain an alpha or beta designation, the deploy job will kick off in Travis-CI. This builds the package and deploys it to Pypi.

Clone this wiki locally