We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ccd9b commit 2120ac4Copy full SHA for 2120ac4
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
pip install uv
31
- uv pip install --system -r requirements-dev.txt
+ uv pip install --system -r pyproject.toml --extra dev
32
33
- name: Build package
34
run: python -m build
0 commit comments