-
Update the
CHANGELOG.rst
and the version inpypinfo/__init__.py
-
Get
master
to the appropriate code release state. GitHub Actions should be running cleanly for all merges tomaster
. -
Create and push a tag, for example:
git tag -m 23.0.0 23.0.0
git push --tags
-
Check the tagged GitHub Actions build has deployed to PyPI
-
Check installation:
pip3 uninstall -y pypinfo && pip3 install -U pypinfo && pypinfo --version