Skip to content

Commit 53a8003

Browse files
committed
Update publish-pypi.yml
1 parent 505f3fa commit 53a8003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
2626
- name: Install dependencies
2727
run: |
28-
uv pip install -e ".[dev]"
29-
uv pip install build
28+
uv pip install --system -e ".[dev]"
29+
uv pip install --system build
3030
3131
- name: Build source distribution
3232
run: |

0 commit comments

Comments
 (0)