Skip to content

Commit 61c8a7b

Browse files
authored
v0.2.0 publish workflow bugfix (#69)
1 parent 78de3b5 commit 61c8a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
python-version: "3.10"
5757

5858
- name: Install uv
59-
uses: astral-sh/setup-uv@v4
59+
uses: astral-sh/setup-uv@v5
6060
with:
61-
enable-cache: true
61+
version: "0.6.11"
6262

6363
- name: Build a binary wheel and a source tarball
6464
run: uv build

0 commit comments

Comments
 (0)