Skip to content

Commit cbcc41f

Browse files
Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0
Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](sigstore/gh-action-sigstore-python@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84552e5 commit cbcc41f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_zipapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: pythonfinder-zipapp
4747
path: dist/
4848
- name: Sign the zipapp with Sigstore
49-
uses: sigstore/gh-action-sigstore-python@v3.1.0
49+
uses: sigstore/gh-action-sigstore-python@v3.2.0
5050
with:
5151
release-signing-artifacts: false
5252
inputs: >-

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
name: python-package-distributions
7272
path: dist/
7373
- name: Sign the dists with Sigstore
74-
uses: sigstore/gh-action-sigstore-python@v3.1.0
74+
uses: sigstore/gh-action-sigstore-python@v3.2.0
7575
with:
7676
release-signing-artifacts: false
7777
inputs: >-

0 commit comments

Comments
 (0)