Skip to content

Commit 85da3e3

Browse files
committed
Added instructions to push tags to release instructions
1 parent 8ac842c commit 85da3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release-to-pypi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ git add setup.py sphinxcontrib/images.py
8787
git commit -m "Version bumped to a.b.c"
8888
git tag -a a.b.c -m "release a.b.c"
8989
git push origin master
90+
git push origin a.b.c
9091
9192
9293
[1] Version 0.9.3.pre1 in setup.py is converted to 0.9.3rc1 in TestPyPI

0 commit comments

Comments
 (0)