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.
1 parent 447f9e4 commit a9c1255Copy full SHA for a9c1255
.github/workflows/cd.yml
@@ -37,7 +37,7 @@ jobs:
37
path: dist
38
39
- name: Generate artifact attestation for sdist and wheel
40
- uses: actions/attest-build-provenance@v2
+ uses: actions/attest-build-provenance@v3
41
with:
42
subject-path: "dist/*"
43
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0 # Only needed if using setuptools-scm
29
30
- name: Setup Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
32
33
python-version: ${{ matrix.python-version }}
34
allow-prereleases: true
0 commit comments