Skip to content

Commit

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

Bump sigstore/gh-action-sigstore-python from 0.1.0 to 0.2.0
  • Loading branch information
messense authored Jan 2, 2023
2 parents 565bbe7 + 4aacc0d commit c51d80b
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 @@ -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.1.0
uses: sigstore/gh-action-sigstore-python@v0.2.0
with:
inputs: ./*.tar.gz ./*.whl
upload-signing-artifacts: true
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
with:
name: binaries
- name: Sigstore Sign
uses: sigstore/gh-action-sigstore-python@v0.1.0
uses: sigstore/gh-action-sigstore-python@v0.2.0
with:
inputs: ./*.tar.gz ./*.zip ./*.deb
upload-signing-artifacts: true
Expand Down

0 comments on commit c51d80b

Please sign in to comment.