Skip to content

Commit 202344e

Browse files
committed
Update the release process docs
To mention the required approval step.
1 parent dc696c2 commit 202344e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/html/development/release-process.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ Creating a new release
147147
#. Submit the ``release/YY.N`` branch as a pull request and ensure CI passes.
148148
Merge the changes back into ``main`` and pull them back locally.
149149
#. Push the tag created by ``prepare-release``. This will trigger the release
150-
workflow on GitHub and publish to PyPI.
150+
workflow on GitHub.
151+
#. Go to https://github.com/pypa/pip/actions, find the latest ``Publish Python
152+
🐍 distribution 📦 to PyPI`` workflow run, open it, wait for the build step
153+
to complete, then approve the PyPI environment to let the publishing step
154+
run. If you desire, you have the possibility to download and inspect the
155+
artifacts before approving.
151156
#. Regenerate the ``get-pip.py`` script in the `get-pip repository`_ (as
152157
documented there) and commit the results.
153158
#. Submit a Pull Request to `CPython`_ adding the new version of pip

0 commit comments

Comments
 (0)