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 3f371ff commit e98d968Copy full SHA for e98d968
.github/workflows/cd.yml
@@ -34,7 +34,7 @@ jobs:
34
attestations: write
35
36
steps:
37
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
38
with:
39
name: Packages
40
path: dist
.github/workflows/ci.yml
@@ -345,7 +345,7 @@ jobs:
345
346
- uses: astral-sh/setup-uv@v7
347
348
- - uses: wntrblm/nox@2025.05.01
+ - uses: wntrblm/nox@2025.10.16
349
350
python-versions: "3.12"
351
.github/workflows/nightlies.yml
@@ -29,7 +29,7 @@ jobs:
29
needs: [build_wheel]
30
runs-on: ubuntu-latest
31
32
33
0 commit comments