Skip to content

Commit fa081b5

Browse files
committed
fix: run global uv pip install requires --system option
1 parent 9c77925 commit fa081b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
curl -LsSf https://astral.sh/uv/install.sh | sh
26-
uv pip install -U setuptools_scm build twine
26+
uv pip install --system -U setuptools_scm build twine
2727
2828
- name: Build package
2929
run: |

0 commit comments

Comments
 (0)