We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f08f7b commit f9ba74aCopy full SHA for f9ba74a
1 file changed
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Build the package with uv
30
run: |
31
- uv pip install -e .
+ uv pip install -e . --system
32
uv build
33
34
- name: Publish the package to PyPI
0 commit comments