Skip to content

Commit 505f3fa

Browse files
committed
Update publish-pypi.yml
1 parent 7b99be4 commit 505f3fa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ jobs:
1818
with:
1919
python-version: '3.11'
2020

21-
- name: Install dependencies
21+
- name: Install uv
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install -r requirements.txt
25-
pip install -r requirements-dev.txt
26-
pip install build
24+
pip install uv
25+
26+
- name: Install dependencies
27+
run: |
28+
uv pip install -e ".[dev]"
29+
uv pip install build
2730
2831
- name: Build source distribution
2932
run: |

0 commit comments

Comments
 (0)