Publish relies on Poetry.
- Update
pyproject.toml
version. - Run
poetry publish --build --dry-run
- Review the output.
- Run
poetry publish --build
- Wait for console to log success.
- Load https://pypi.org/project/mkdocs-tacc/.
Publish relies on Poetry.
pyproject.toml
version.poetry publish --build --dry-run
poetry publish --build