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 2dbfa60 commit 2442dccCopy full SHA for 2442dcc
.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.3"
+ version: "0.9.5"
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.3
+uv 0.9.5
0 commit comments