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.
setup-uv
1 parent b6aa270 commit e669e74Copy full SHA for e669e74
1 file changed
.github/workflows/test-and-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install uv
30
uses: astral-sh/setup-uv@v6
31
with:
32
- version: 0.8.22
+ version: 0.9.18
33
python-version: ${{ matrix.python-version }}
34
enable-cache: true
35
cache-suffix: test-and-publish
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
cache-suffix: pre-commit
95
cache-dependency-glob: uv.lock
0 commit comments