Release ProcessΒΆ
Checkout the current
main
branch.Install the latest
nox
:$ pip install nox
Run the release automation with the required version number (YY.N):
$ nox -s release -- YY.N
You will need the password for your GPG key as well as an API token for PyPI.
Add a release on GitHub.
Notify the other project owners of the release.
Note
Access needed for making the release are:
PyPI maintainer (or owner) access to
packaging
push directly to the
main
branch on the source repositorypush tags directly to the source repository