Repository: libcloud Updated Branches: refs/heads/trunk 8f704e86f -> 13c38debe
docs: Fix typo, update committer guide. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8aa715ba Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8aa715ba Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8aa715ba Branch: refs/heads/trunk Commit: 8aa715ba5739475aceed94a4cd62845f44365121 Parents: 8f704e8 Author: Tomaz Muraus <[email protected]> Authored: Wed Jun 25 15:42:48 2014 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Jun 25 15:42:48 2014 +0200 ---------------------------------------------------------------------- docs/committer_guide.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/8aa715ba/docs/committer_guide.rst ---------------------------------------------------------------------- diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst index 14fec24..3287868 100644 --- a/docs/committer_guide.rst +++ b/docs/committer_guide.rst @@ -143,13 +143,14 @@ command.** * Go to the `PyPi release management page`_, find a new release and click on "files" link. -* Once you are there, upload all the release artifacts (.tar.bz2, .tar.gz and - .zip). For ``File Type`` select ``Source`` and for ``Python Version`` select - ``Any (ie. pure Python)``. Make sure to also select and upload a PGP +* Once you are there, upload all the release artifacts (.tar.bz2, .tar.gz, + .zip, and .whl). For ``File Type`` select ``Source`` (except for ``.whl`` + file where you should select ``Python Wheel``) and for ``Python Version`` + select ``Any (ie. pure Python)``. Make sure to also select and upload a PGP signature for each file (``PGP signature (.asc)`` field). Once all the files have been uploaded, the page should look similar to the -screenshot bellow. +screenshot below. .. image:: _static/images/pypi_files_page.png :width: 700px
