Skip to content

Releases: pronovic/gha-shared-workflows

Release v7.0.2

17 Dec 23:21
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes

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

Release v5.0.1

25 Mar 17:23
Compare
Choose a tag to compare

Changes

  • Upgrade to softprops/action-gh-release@v2
  • Require Poetry v1.8.0 or greater

Release v4.0.0

25 Feb 23:20
Compare
Choose a tag to compare

Changes

  • Bump to pronovic/setup-poetry@v2, which uses pipx under the covers

Release v3.1.4

25 Feb 17:53
Compare
Choose a tag to compare

Changes

  • Only update coveralls for first run attempt, since it fails when the same build is resubmitted

Release v3.1.3

25 Feb 17:53
Compare
Choose a tag to compare

Changes

  • Bump poetry-dynamic-versioning to v1.2.0

Release v3.1.2

25 Feb 17:07
Compare
Choose a tag to compare

Changes

  • Update to latest actions/checkout and actions/setup-python

Release v3.1.1

07 Jun 22:59
Compare
Choose a tag to compare

Changes

  • Bump poetry-dynamic-versioning to v0.22.0