Skip to content

Commit 97751de

Browse files
committed
Fix uv build command
1 parent ffa9ee2 commit 97751de

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
@@ -29,7 +29,7 @@ jobs:
2929
run: uv sync --no-group docs
3030

3131
- name: Build packages
32-
run: sync build
32+
run: uv build
3333

3434
- name: Publish on pypi.org
3535
uses: pypa/gh-action-pypi-publish@v1.13.0

0 commit comments

Comments
 (0)