diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 050ecc350..e925fd24f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -267,7 +267,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@v0.0.11 + uses: sigstore/gh-action-sigstore-python@v0.1.0 with: inputs: ./*.tar.gz ./*.whl upload-signing-artifacts: true @@ -295,7 +295,7 @@ jobs: with: name: binaries - name: Sigstore Sign - uses: sigstore/gh-action-sigstore-python@v0.0.11 + uses: sigstore/gh-action-sigstore-python@v0.1.0 with: inputs: ./*.tar.gz ./*.zip ./*.deb upload-signing-artifacts: true