You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>