Skip to content

Release Process

Christopher Park edited this page Feb 11, 2016 · 1 revision

Summary

Publishing a python release is pretty easy. Along with merging the Develop branch into Master and tagging the Master branch as a release, the rosette-api package is published to PyPI.

Steps

  1. Merge develop into master, commit and push
  2. Select the Release tab and tag the master branch with the release version
  3. Publish to pypi.python.org
    • Requires a .pypirc file with the user/password for the account
    • From the python root directory setup.py sdist upload
Clone this wiki locally