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.
2 parents 2d16ea2 + 6375195 commit 0cbc3fdCopy full SHA for 0cbc3fd
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- name: Install uv
19
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
20
with:
21
enable-cache: true
22
- name: Set up Python
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
.github/workflows/pypi_publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
0 commit comments