mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Don't mention setuptools in release process docs
This commit is contained in:
parent
f6ecf406c3
commit
8ff33edfc5
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ Creating a new release
|
||||||
#. Push the tag created by ``prepare-release``.
|
#. Push the tag created by ``prepare-release``.
|
||||||
#. Regenerate the ``get-pip.py`` script in the `get-pip repository`_ (as
|
#. Regenerate the ``get-pip.py`` script in the `get-pip repository`_ (as
|
||||||
documented there) and commit the results.
|
documented there) and commit the results.
|
||||||
#. Submit a Pull Request to `CPython`_ adding the new version of pip (and upgrading
|
#. Submit a Pull Request to `CPython`_ adding the new version of pip
|
||||||
setuptools) to ``Lib/ensurepip/_bundled``, removing the existing version, and
|
to ``Lib/ensurepip/_bundled``, removing the existing version, and
|
||||||
adjusting the versions listed in ``Lib/ensurepip/__init__.py``.
|
adjusting the versions listed in ``Lib/ensurepip/__init__.py``.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue