We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv pip install
1 parent 9c77925 commit fa081b5Copy full SHA for fa081b5
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
curl -LsSf https://astral.sh/uv/install.sh | sh
26
- uv pip install -U setuptools_scm build twine
+ uv pip install --system -U setuptools_scm build twine
27
28
- name: Build package
29
0 commit comments