Skip to content

Commit 10ca9da

Browse files
committed
add --system to uv pip install for pypi release
1 parent f107c4d commit 10ca9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
${{ runner.os }}-uv-3.11-
2828
- name: Build package
2929
run: |
30-
uv pip install --upgrade build
30+
uv pip install --upgrade build --system
3131
python3 -m build
3232
- name: Publish package
3333
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)