Skip to content

Commit

Permalink
Merge pull request #1758 from PyO3/dependabot/github_actions/sigstore…
Browse files Browse the repository at this point in the history
…/gh-action-sigstore-python-2.0.1

Bump sigstore/gh-action-sigstore-python from 1.2.3 to 2.0.1
  • Loading branch information
messense authored Sep 1, 2023
2 parents c1d6be9 + edf7dcc commit 3bcbc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3bcbc72

Please sign in to comment.