Skip to content

Commit f4ba4d3

Browse files
committed
fix CI
1 parent c38caa2 commit f4ba4d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
- name: Build package
5656
run: |
5757
uv pip install --system build
58-
just build
59-
# Or: python -m build
58+
uv build
6059
6160
- name: Publish to PyPI
6261
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)