We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff638f commit 6502bbdCopy full SHA for 6502bbd
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Set up Python
16
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
17
with:
18
python-version: "3.x"
19
@@ -77,7 +77,7 @@ jobs:
77
name: python-package-distributions
78
path: dist/
79
- name: Sign the dists with Sigstore
80
- uses: sigstore/gh-action-sigstore-python@v2.1.1
+ uses: sigstore/gh-action-sigstore-python@v3.0.1
81
82
inputs: >-
83
./dist/*.tar.gz
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Set up Python ${{ matrix.python-version }}
27
28
29
python-version: ${{ matrix.python-version }}
30
0 commit comments