Merge pull request #2087 from crytic/dependabot/github_actions/dev/sigstore/gh-action-sigstore-python-2.0.1

Bump sigstore/gh-action-sigstore-python from 2.0.0 to 2.0.1
pull/2093/head
alpharush 1 year ago committed by GitHub
commit 8f5259527e
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