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 9a2c0e5 commit 47e5681Copy full SHA for 47e5681
.github/workflows/release.yml
@@ -167,7 +167,7 @@ jobs:
167
steps:
168
- uses: actions/download-artifact@v4
169
- name: Generate artifact attestation
170
- uses: actions/attest-build-provenance@v1
+ uses: actions/attest-build-provenance@v2
171
with:
172
subject-path: "wheels-*/*"
173
- name: Publish to PyPI
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
32
- name: Install uv
33
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
34
35
enable-cache: true
36
version: ${{ env.UV_VERSION }}
0 commit comments