diff --git a/docs/releaseprocedures.rst b/docs/releaseprocedures.rst --- a/docs/releaseprocedures.rst +++ b/docs/releaseprocedures.rst @@ -236,7 +236,7 @@ 7. Push release to PyPI: 2. Push the (tested) built source distribution:: - python setup.py upload + python setup.py sdist upload 8. Clean-up the maintenance branch: @@ -298,8 +298,7 @@ 10. Wrap-up changes on external services 1. Push the changes to upstream repository and its mirror:: - hg push - hg push bitbucket + hg push --new-branch && hg push bitbucket --new-branch 2. Go to `Read the Docs administrative pages `_, and