Skip to content

Test CI for v1.4.1

Choose a tag to compare

@anishnaik anishnaik released this 02 Dec 15:59
· 31 commits to master since this release
3857153
ci: update sigstore action to fix Windows Python compatibility (#741)

* ci: update sigstore action to fix Windows Python compatibility

Updates sigstore/gh-action-sigstore-python from v3.1.0 to the latest
commit on main branch. This includes the fix from PR #242 which resolves
Python version management issues on Windows runners.

The action now creates its own venv internally using uv and manages
Python versions independently, fixing the dnspython 2.8.0 installation
error that occurred on Windows runners with Python 3.9.

Reference: sigstore/gh-action-sigstore-python#242

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* upgrade to v1.4.1

---------

Co-authored-by: Claude <noreply@anthropic.com>