Skip to content

Commit 153fc1c

Browse files
Fix publish workflow
1 parent 32f9ffc commit 153fc1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: astral-sh/setup-uv@v7
1919

2020
- name: Build
21-
uses: uv build
21+
run: uv build
2222

2323
on-failure:
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)