The following steps are needed to prepare a release:
- Make sure the VERSION in
django_redis/__init__.py
has been updated. - Run
towncrier build
to update theCHANGELOG.rst
with the news fragments for the release. - Commit the changes for steps 1 and 2.
- Tag the commit with the same version as specified for VERSION in step 1.
- Wait for the release action to complete, which will upload the package to django-redis jazzband, and when it's complete you can then release the package to PyPI.