Skip to content

ni/python-actions v0.8.0

Latest

Choose a tag to compare

@bkeryan bkeryan released this 04 Jun 23:32
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
a2554c7

What's Changed

  • setup-python: Remove custom python-version output logic (#76)
    • This is no longer necessary because actions/setup-python now reports free-threading with a 't' suffix (e.g. 3.14.5t) and full PyPy version numbers (e.g. pypy3.11-v7.3.20).
  • setup-poetry, analyze-project: Set continue-on-error to work around actions/cache failures (#79)
  • analyze-project: Add a use-cache input to disable caching (#79)
  • Testing
    • Set poetry min-release-age to 2 weeks for test projects (#75)
    • Enable static analysis with zizmor (#77)

Full Changelog: v0.7.3...v0.8.0