We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8621b49 commit 8c4b05aCopy full SHA for 8c4b05a
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Set up Python
15
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
16
with:
17
python-version: "3.x"
18
- name: Install pypa/build
@@ -69,7 +69,7 @@ jobs:
69
name: python-package-distributions
70
path: dist/
71
- name: Sign the dists with Sigstore
72
- uses: sigstore/gh-action-sigstore-python@v1.2.3
+ uses: sigstore/gh-action-sigstore-python@v2.1.1
73
74
inputs: >-
75
./dist/*.tar.gz
0 commit comments