-
Notifications
You must be signed in to change notification settings - Fork 37
Release Process
Christopher Park edited this page Feb 11, 2016
·
1 revision
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.
- Merge develop into master, commit and push
- Select the Release tab and tag the master branch with the release version
- 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