Releases: pronovic/gha-shared-workflows
Releases · pronovic/gha-shared-workflows
Release v10.0.0
Release v9.1.1
Changes
- Update workflows to Poetry v2.2.1
Release v9.1.0
Changes
- Update README.md to reflect repository intent
- Upgrade to Poetry v2.2.0 for PEP 735 and 639
Release v9.0.0
Changes
- Set default Poetry to v2.0.1 to get bugfixes
- Cache .ruff_cache and .mypy_cache
Release v8.0.1
Changes
- Bump to setup-poetry v2.0.6
Release v8.0.0
Changes
- Migrate to Poetry v2 and convert to project plugins, removing support for workflow-managed plugins
Release v7.0.2
Changes
- Require the build step to persist generated artifacts (
.whl, etc.) from exactly one matrix build - Rework the release process to use the PyPI Publish shared action instead of
poetry publish - Remove the need for Python and Poetry as part of the release process, since artifacts no longer need to be built
- Add documentation about PyPI Trusted Publishers, and why we can't use it right now
Release v6.1.2
Changes
- Move to Poetry v1.8.5
- Set
persist-credentials: falsewhen checking out code, since credentials are not needed - Move to pinned SHA hashes rather than logical versions like
@v2for safety/security - Update documentation
Release v6.0.8
Changes:
- Pull out a
plugin-versioninput variable to control the version of the poetry-dynamic-versioning plugin - Upgrade to the latest version of Poetry (v1.8.3) and poetry-dynamic-versioning (v1.3.0)
Release v6.0.4
Changes
- Migrate to
coverallsapp/github-action@v2to simplify interactions with coveralls.io