From c549bf3540d820be3992f48dbe081c2e60c7a3bf Mon Sep 17 00:00:00 2001 From: Rick Riensche Date: Wed, 18 Sep 2019 21:53:21 -0700 Subject: [PATCH] @minor - whoops screwed up git push in doc.. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 848de21a..1304853e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -89,7 +89,7 @@ Then push the new commits and tags: .. code-block:: bash - git push --tags + git push && git push --tags Finally, while you're waiting for Travis CI to pick up the tagged version, build it, and deploy it to PyPi, don't forget to reset branch protection settings (for normal operation, administrators should be subject to these restrictions to enforce PR code review requirements).