Skip to content

rtk-hermes v1.2.1

Choose a tag to compare

@ogallotti ogallotti released this 02 May 18:05
· 2 commits to main since this release

rtk-hermes v1.2.1

Documentation release after enabling PyPI Trusted Publishing.

Changed

  • PyPI is now the primary install path again:
    "$(dirname "$(which hermes)")/python" -m pip install --upgrade rtk-hermes
  • README no longer treats GitHub release wheels as the primary install path.
  • Changelog and package metadata now reflect the permanent tokenless publishing workflow.

Publishing

This release is published through PyPI Trusted Publishing / GitHub Actions OIDC. No long-lived PyPI token is used.

Verification

  • Local tests: 50 passed
  • Local build: python -m build succeeded
  • Distribution check: twine check dist/* passed
  • GitHub Actions CI passed on Python 3.9, 3.10, 3.11, 3.12 and 3.13