1Release Process
2===============
3
4#. Checkout the current ``master`` branch.
5#. Install the latest ``nox``::
6
7    $ pip install nox
8
9#. Run the release automation with the required version number (YY.N)::
10
11    $ nox -s release -- YY.N
12
13#. Notify the other project owners of the release.
14
15.. note::
16
17   Access needed for making the release are:
18
19   - PyPI maintainer (or owner) access to `packaging`
20   - push directly to the `master` branch on the source repository
21   - push tags directly to the source repository
22