Updated Branches: refs/heads/trunk 3b1888733 -> 9ac9ed17f
Fix a typo in the docs. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/031f1538 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/031f1538 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/031f1538 Branch: refs/heads/trunk Commit: 031f15389d90370f6398cbec026b19b9b6ae7f53 Parents: 3b18887 Author: Tomaz Muraus <[email protected]> Authored: Thu Dec 12 16:22:55 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Thu Dec 12 16:22:55 2013 +0100 ---------------------------------------------------------------------- docs/committer_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/031f1538/docs/committer_guide.rst ---------------------------------------------------------------------- diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst index 660dd6c..ca13248 100644 --- a/docs/committer_guide.rst +++ b/docs/committer_guide.rst @@ -114,7 +114,7 @@ For example: For consistency and security reasons packages are always uploaded to PyPi manually using the web interface and not using the ``setup.py upload`` command. -* Run ``python setup.py register upload`` command. This will register a new +* Run ``python setup.py register`` command. This will register a new version on PyPi, but it won't upload the actual release artifacts. * Go to the `PyPi release management page`_, find a new release and click on
