We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7940313 + 60d36d6 commit e74e017Copy full SHA for e74e017
.github/workflows/release.yml
@@ -124,7 +124,7 @@ jobs:
124
name: python-package-distributions
125
path: dist/
126
- name: Sign the dists with Sigstore
127
- uses: sigstore/gh-action-sigstore-python@v3.0.1
+ uses: sigstore/gh-action-sigstore-python@v3.1.0
128
with:
129
inputs: >-
130
./dist/*.tar.gz
docs/reference/changelog.md
@@ -9,6 +9,7 @@ Unreleased changes
9
10
- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)
11
- Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`)
12
+- Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}`352`)
13
14
---
15
0 commit comments