We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5580b89 commit d91b0e6Copy full SHA for d91b0e6
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
cache-dependency-glob: uv.lock
20
21
- name: Set up Python
22
- run: uv uv sync --all-extras --dev
+ run: uv sync --all-extras --dev
23
24
- name: Build
25
run: uv build
0 commit comments