Publish relies on Poetry.
- Update
pyproject.tomlversion e.g.poetry version N.N.N
- Commit version bump.
- Create GitHub release.
- Pull the new tag.
git pull
- Publish a dry run first:
poetry publish --build --dry-run
- Review the output.
- Publish for real:
poetry publish --build
- Wait for console to log success.
- Load https://pypi.org/project/mkdocs-tacc/.