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: @@ -259,7 +259,7 @@ 8. Clean-up the maintenance branch: 5. Commit the changes:: - hg commit -m "$ISSUE: Bumping version back maintenance." + hg commit -m "$ISSUE: Bumping version back to maintenance." 9. Clean-up the default branch if you have just released a new major/minor version: