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 c0b4118 commit 8088ecbCopy full SHA for 8088ecb
.github/workflows/check.yaml
@@ -34,7 +34,7 @@ jobs:
34
- windows-2025
35
- macos-15
36
steps:
37
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
38
with:
39
fetch-depth: 0
40
- name: Install the latest version of uv
@@ -75,7 +75,7 @@ jobs:
75
exclude:
76
- { os: windows-latest, tox_env: docs }
77
78
79
80
81
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-24.04
13
14
15
16
17
0 commit comments