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 a1b688f commit 3e3ff79Copy full SHA for 3e3ff79
.github/workflows/publish.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install uv
17
uses: astral-sh/setup-uv@v7
18
with:
19
- version: "0.9.5"
+ version: "0.9.7"
20
enable-cache: true
21
- name: Build package
22
run: uv build
.github/workflows/tests.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
- name: Install Python
32
run: uv python install 3.13
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
90
run: uv python install ${{ matrix.python }}
.tool-versions
@@ -1 +1 @@
1
-uv 0.9.5
+uv 0.9.7
0 commit comments