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 58c5270 commit f93b79fCopy full SHA for f93b79f
.github/workflows/publish.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install uv
17
uses: astral-sh/setup-uv@v6
18
with:
19
- version: "0.8.9"
+ version: "0.8.11"
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 }}
0 commit comments