Skip to content

Instantly share code, notes, and snippets.

@j-griffith
Created February 2, 2015 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-griffith/8e2196a82b08075e7fae to your computer and use it in GitHub Desktop.
Save j-griffith/8e2196a82b08075e7fae to your computer and use it in GitHub Desktop.
Pushing the clients to PyPi
To confirm, if I want to push a version "2.0" out from our master branch, I just do:
git checkout master
git review -s
git tag -s "2.0"
git push --tags gerrit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment