Skip to content

Commit d91b0e6

Browse files
committed
fix publish flow
1 parent 5580b89 commit d91b0e6

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
@@ -19,7 +19,7 @@ jobs:
1919
cache-dependency-glob: uv.lock
2020

2121
- name: Set up Python
22-
run: uv uv sync --all-extras --dev
22+
run: uv sync --all-extras --dev
2323

2424
- name: Build
2525
run: uv build

0 commit comments

Comments
 (0)