Bump sigstore/gh-action-sigstore-python from 2.0.0 to 2.0.1

Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
- [Commits](https://github.com/sigstore/gh-action-sigstore-python/compare/v2.0.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/2087/head
dependabot[bot] 1 year ago committed by GitHub
parent 4b0482014d
commit 81c0c8cd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/publish.yml

@ -47,7 +47,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@v1.8.8
- name: sign
uses: sigstore/gh-action-sigstore-python@v2.0.0
uses: sigstore/gh-action-sigstore-python@v2.0.1
with:
inputs: ./dist/*.tar.gz ./dist/*.whl
release-signing-artifacts: true

Loading…
Cancel
Save