From 054cb617229adaff53052390f0205742ea95fee8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 2 Nov 2018 19:48:18 +0100 Subject: [PATCH] Follow publish-to-pypi change The publish-to-pypi-python3 template has been renamed to publish-to-pypi, so we can update the description of the python3-first goal. Leave the original text in a note and explain how this was changed. Change-Id: I349a721ef3e1ca88b635ff817d3ed7d68adf5aa4 Depends-On: https://review.openstack.org/615239 --- goals/stein/python3-first.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/goals/stein/python3-first.rst b/goals/stein/python3-first.rst index 84bccd85e..ccc13bb61 100644 --- a/goals/stein/python3-first.rst +++ b/goals/stein/python3-first.rst @@ -270,10 +270,16 @@ In order to make this change, project teams may first need to register their project name on PyPI. Refer to `the creator's guide in the infra manual`_ for details of how to do this. -After the name is configured on PyPI, change any existing release -project template to -``publish-to-pypi-python3``. https://review.openstack.org/580740 shows -an example of changing the job setting. +.. note:: + + The original goal contained an additional step: "After the name is + configured on PyPI, change any existing release project template to + ``publish-to-pypi-python3``. https://review.openstack.org/580740 + shows an example of changing the job setting." + + Infra now has made ``publish-to-pypi`` using python3, so all repos + use again ``publish-to-pypi`` and thus the step mentioned above is + not needed anymore. It is not possible to test the job change, because it needs to be made in the ``openstack-infra/project-config`` repository. Therefore, after