Skip to content

Commit d5cc1c4

Browse files
Copilotjason810496
andcommitted
Fix publish workflow to use correct uv sync command
Co-authored-by: jason810496 <[email protected]>
1 parent 7488801 commit d5cc1c4

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
@@ -32,7 +32,7 @@ jobs:
3232
echo "$HOME/.local/bin" >> $GITHUB_PATH
3333
3434
- name: Install dependencies
35-
run: uv sync --no-dev
35+
run: uv sync
3636

3737
- name: Package project
3838
run: uv build

0 commit comments

Comments
 (0)