Skip to content

Commit 1f666f9

Browse files
ci: fix ref to build group
1 parent 1575f30 commit 1f666f9

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
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121
- uses: astral-sh/setup-uv@v5
2222
- name: install
23-
run: uv sync --all-extras
23+
run: uv sync --group build
2424
- name: build package
2525
run: uv run python -m build
2626
- name: upload package artifacts

0 commit comments

Comments
 (0)