Procedure:
- check CI status testing result: https://github.com/beproud/django-newauth/actions
- update release version/date in
ChangeLog.rst
- run
python -m build
- check
twine check dist/*
- upload
twine upload dist/*
- tagging version e.g.
git tag 0.40
. - check PyPI page: https://pypi.org/p/django-newauth
- bump versions and commit/push them onto GitHub
ChangeLog.rst
next versionnewauth/__init__.py
next version