We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984c399 commit 2f71144Copy full SHA for 2f71144
docs/html/development/release-process.rst
@@ -147,7 +147,10 @@ Creating a new release
147
#. Submit the ``release/YY.N`` branch as a pull request and ensure CI passes.
148
Merge the changes back into ``main`` and pull them back locally.
149
#. Push the tag created by ``prepare-release``. This will trigger the release
150
- workflow on GitHub and publish to PyPI.
+ 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 and approve the PyPI
153
+ environment to let the publishing step run.
154
#. Regenerate the ``get-pip.py`` script in the `get-pip repository`_ (as
155
documented there) and commit the results.
156
#. Submit a Pull Request to `CPython`_ adding the new version of pip
0 commit comments