Last active
July 5, 2021 13:35
-
-
Save ymollard/3730cd4b9305715e232e0e3af02f0c2a to your computer and use it in GitHub Desktop.
Create tags to trigger publishing to Pypi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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