From c5369ff5e07ba055900dfef53a5c48bbf330abd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 04:15:28 +0000 Subject: [PATCH] build(deps): bump sigstore/gh-action-sigstore-python from 0.2.0 to 0.3.0 Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Commits](https://github.com/sigstore/gh-action-sigstore-python/compare/v0.2.0...v0.3.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] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ed59aa..0cc8343 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: password: ${{ secrets.PYPI_TOKEN }} - name: sign - uses: sigstore/gh-action-sigstore-python@v0.2.0 + uses: sigstore/gh-action-sigstore-python@v0.3.0 with: inputs: ./dist/*.tar.gz ./dist/*.whl release-signing-artifacts: true