Skip to content

Commit

Permalink
Update the release process docs
Browse files Browse the repository at this point in the history
To mention the required approval step.
  • Loading branch information
sbidoul committed Jan 26, 2025
1 parent 984c399 commit 2b300f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/html/development/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,12 @@ Creating a new release
#. Submit the ``release/YY.N`` branch as a pull request and ensure CI passes.
Merge the changes back into ``main`` and pull them back locally.
#. Push the tag created by ``prepare-release``. This will trigger the release
workflow on GitHub and publish to PyPI.
workflow on GitHub.
#. Go to https://github.com/pypa/pip/actions, find the latest ``Publish Python
🐍 distribution 📦 to PyPI`` workflow run, open it, wait for the build step
to complete, then approve the PyPI environment to let the publishing step
run. If you desire, you have the possibility to download and inspect the
artifacts before approving.
#. Regenerate the ``get-pip.py`` script in the `get-pip repository`_ (as
documented there) and commit the results.
#. Submit a Pull Request to `CPython`_ adding the new version of pip
Expand Down

0 comments on commit 2b300f8

Please sign in to comment.