You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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