Skip to content

Commit 513aeaa

Browse files
authored
Merge pull request #64 from DavidCEllis/dependabot/github_actions/sigstore/gh-action-sigstore-python-3.2.0
Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0
2 parents 5b12630 + b691833 commit 513aeaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: pytui-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)