diff --git a/doc/source/creators.rst b/doc/source/creators.rst index 334b968..1b4b207 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -103,7 +103,7 @@ New packages without any releases need to be manually registered on PyPI. If you do not have PyPI credentials, you should create them at -https://pypi.python.org/pypi?%3Aaction=register_form as they are +https://pypi.org/account/register/ as they are required for the next step. Once you have PyPI credentials see @@ -122,12 +122,12 @@ Next your package needs to be updated so the "openstackci" user has "Owner" permissions. Visit -``https://pypi.python.org/pypi?:action=role_form&package_name=`` +``https://pypi.org/manage/project//collaboration/`` and add "openstackci" in the "User Name" field, set the role to "Owner", and click "Add Role". .. image:: images/pypi-role-maintenance.png - :height: 499 + :height: 476 :width: 800 Adding the Project to the CI System diff --git a/doc/source/images/pypi-role-maintenance.png b/doc/source/images/pypi-role-maintenance.png index ec3d309..c85f16e 100644 Binary files a/doc/source/images/pypi-role-maintenance.png and b/doc/source/images/pypi-role-maintenance.png differ