Skip to content

Commit

Permalink
Merge pull request #6017 from dstufft/update-cpython
Browse files Browse the repository at this point in the history
Add a release task to upgrade CPython's bundled pip
  • Loading branch information
dstufft committed Nov 19, 2018
2 parents 3a77bd6 + 51eb885 commit 9c0a1da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/html/development/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Creating a new release
#. Push all of the changes including the tag.
#. 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 (and upgrading
setuptools) to ``Lib/ensurepip/_bundled``, removing the existing version, and
adjusting the versions listed in ``Lib/ensurepip/__init__.py``.

Creating a bug-fix release
--------------------------
Expand All @@ -102,3 +105,4 @@ order to create one of these the changes should already be merged into the
the above release process starting with step 4.

.. _`get-pip repository`: https://github.com/pypa/get-pip
.. _`CPython`: https://github.com/pypa/cpython
Empty file.

0 comments on commit 9c0a1da

Please sign in to comment.