Skip to content

Commit 2120ac4

Browse files
committed
Fix PyPI workflow
1 parent 74ccd9b commit 2120ac4

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
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install uv
31-
uv pip install --system -r requirements-dev.txt
31+
uv pip install --system -r pyproject.toml --extra dev
3232
3333
- name: Build package
3434
run: python -m build

0 commit comments

Comments
 (0)