Skip to content

Commit

Permalink
Bump sigstore/gh-action-sigstore-python from 0.0.11 to 0.1.0
Browse files Browse the repository at this point in the history
Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 0.0.11 to 0.1.0.
- [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
- [Commits](sigstore/gh-action-sigstore-python@v0.0.11...v0.1.0)

---
updated-dependencies:
- dependency-name: sigstore/gh-action-sigstore-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2022
1 parent e65ba09 commit 110b9d3
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.0.11
uses: sigstore/gh-action-sigstore-python@v0.1.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.0.11
uses: sigstore/gh-action-sigstore-python@v0.1.0
with:
inputs: ./*.tar.gz ./*.zip ./*.deb
upload-signing-artifacts: true
Expand Down

0 comments on commit 110b9d3

Please sign in to comment.