Skip to content

Commit 653e870

Browse files
committed
fix: Add --system flag for twine install in CI
1 parent 2a455c4 commit 653e870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Check distribution
8080
run: |
81-
uv pip install twine
81+
uv pip install --system twine
8282
twine check dist/*
8383
ls -lah dist/
8484

0 commit comments

Comments
 (0)