Skip to content

Commit f76c02e

Browse files
committed
correct typo in uv build command
1 parent 3312463 commit f76c02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: uv sync --all-groups --all-extras
2626

2727
- name: Build Wheel
28-
run: uv Build
28+
run: uv build
2929

3030
- name: Publish Package
3131
run: uv publish --trusted-publishing always

0 commit comments

Comments
 (0)