Skip to content

Commit c74477f

Browse files
authored
Update pypi.yml
1 parent 096db0f commit c74477f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434

3535
- name: Install dependencies
3636
run: |
37-
python -m pip install --upgrade pip
38-
pip install setuptools wheel twine
37+
pip install uv
38+
uv pip install --system -e ".[dev]"
39+
uv pip install --system build twine
3940
- name: Build and publish
4041
env:
4142
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)