Skip to content

Commit 02e2df1

Browse files
committed
Fix missing uv installation in pypi release workflow
1 parent f8a0105 commit 02e2df1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pypi-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
with:
1919
python-version: '3.10'
2020

21+
- name: Install uv
22+
run: |
23+
pip install uv
24+
2125
- name: Install dependencies
2226
run: |
2327
uv pip install -r pyproject.toml --group dev --system

0 commit comments

Comments
 (0)