Skip to content

Commit 5fb9b56

Browse files
committed
fix install command
1 parent 8a67249 commit 5fb9b56

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: |
2626
uv venv
2727
rm -rf dist
28-
uv pip install -e ".[all]"
28+
uv pip install -e .
2929
3030
- name: Build package
3131
run: uv build

0 commit comments

Comments
 (0)