Skip to content

Releases: pronovic/gha-shared-workflows

Release v10.0.0

23 Sep 04:14

Choose a tag to compare

Changes

  • Migrate workflows to use UV rather than Poetry as the build system

Upgrade Notes

This is a breaking change. Anyone using Poetry for their build system should stick with @v9 instead of upgrading.

Release v9.1.1

23 Sep 04:11

Choose a tag to compare

Changes

  • Update workflows to Poetry v2.2.1

Release v9.1.0

23 Sep 04:10

Choose a tag to compare

Changes

  • Update README.md to reflect repository intent
  • Upgrade to Poetry v2.2.0 for PEP 735 and 639

Release v9.0.0

23 Sep 04:09

Choose a tag to compare

Changes

  • Set default Poetry to v2.0.1 to get bugfixes
  • Cache .ruff_cache and .mypy_cache

Release v8.0.1

23 Sep 04:08

Choose a tag to compare

Changes

  • Bump to setup-poetry v2.0.6

Release v8.0.0

06 Jan 04:09

Choose a tag to compare

Changes

  • Migrate to Poetry v2 and convert to project plugins, removing support for workflow-managed plugins

Release v7.0.2

17 Dec 23:21

Choose a tag to compare

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

17 Dec 23:18

Choose a tag to compare

Changes

  • Move to Poetry v1.8.5
  • Set persist-credentials: false when checking out code, since credentials are not needed
  • Move to pinned SHA hashes rather than logical versions like @v2 for safety/security
  • Update documentation

Release v6.0.8

09 May 16:08

Choose a tag to compare

Changes:

  • Pull out a plugin-version input 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

25 Mar 17:25

Choose a tag to compare

Changes

  • Migrate to coverallsapp/github-action@v2 to simplify interactions with coveralls.io