rtk-hermes v1.2.1
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 buildsucceeded - Distribution check:
twine check dist/*passed - GitHub Actions CI passed on Python 3.9, 3.10, 3.11, 3.12 and 3.13