Skip to content

Commit

Permalink
Merge pull request #13178 from sbidoul/release-process-docs-sbi
Browse files Browse the repository at this point in the history
Update the release process docs
  • Loading branch information
sbidoul authored Jan 26, 2025
2 parents 6f8a784 + 2b300f8 commit a1c3441
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 a1c3441

Please sign in to comment.