Skip to content

Commit 55323bb

Browse files
committed
Fix uv build command
1 parent dcb1b42 commit 55323bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: uv sync --no-group docs
2727

2828
- name: Build packages
29-
run: sync build
29+
run: uv build
3030

3131
- name: Publish on pypi.org
3232
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)