We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6863f2b commit 0626df6Copy full SHA for 0626df6
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip wheel
23
- pip install -r .[dev]
+ pip install .[dev]
24
- name: Build
25
26
python -m build
0 commit comments