diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 732bedf1c..2768e7844 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -269,7 +269,7 @@ jobs: VERSION=$(echo $GITHUB_REF | sed -e "s#refs/tags/v##g") echo "env_url=https://pypi.org/project/maturin/$VERSION" >> $GITHUB_OUTPUT - name: Sigstore Sign - uses: sigstore/gh-action-sigstore-python@v1.2.3 + uses: sigstore/gh-action-sigstore-python@v2.0.1 with: inputs: ./*.tar.gz ./*.whl upload-signing-artifacts: true @@ -297,7 +297,7 @@ jobs: with: name: binaries - name: Sigstore Sign - uses: sigstore/gh-action-sigstore-python@v1.2.3 + uses: sigstore/gh-action-sigstore-python@v2.0.1 with: inputs: ./*.tar.gz ./*.zip ./*.deb upload-signing-artifacts: true