Skip to content

Commit

Permalink
Update branch names in release process (#444)
Browse files Browse the repository at this point in the history
Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
  • Loading branch information
3 people committed Jul 4, 2021
1 parent 5d8cfdd commit d59efa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/development/release-process.rst
@@ -1,7 +1,7 @@
Release Process
===============

#. Checkout the current ``master`` branch.
#. Checkout the current ``main`` branch.
#. Install the latest ``nox``::

$ pip install nox
Expand All @@ -20,6 +20,6 @@ Release Process

Access needed for making the release are:

- PyPI maintainer (or owner) access to `packaging`
- push directly to the `master` branch on the source repository
- PyPI maintainer (or owner) access to ``packaging``
- push directly to the ``main`` branch on the source repository
- push tags directly to the source repository

0 comments on commit d59efa2

Please sign in to comment.