Skip to content

Instantly share code, notes, and snippets.

@ymollard
Last active July 5, 2021 13:35
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 ymollard/3730cd4b9305715e232e0e3af02f0c2a to your computer and use it in GitHub Desktop.
Save ymollard/3730cd4b9305715e232e0e3af02f0c2a to your computer and use it in GitHub Desktop.
Create tags to trigger publishing to Pypi
git commit -am "Version bump"
git push origin master
git tag 4.0.3
git push origin 4.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment