docs: git can now push with tags in one command

This commit is contained in:
Stein Magnus Jodal 2015-07-22 18:41:54 +02:00
parent 80e33e273c
commit d74e40f5e8

View File

@ -47,8 +47,7 @@ Creating releases
#. Push to GitHub::
git push
git push --tags
git push --follow-tags
#. Upload the previously built and tested sdist and bdist_wheel packages to
PyPI::