Skip to content

Commit 0626df6

Browse files
committed
Fix release workflow
1 parent 6863f2b commit 0626df6

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip wheel
23-
pip install -r .[dev]
23+
pip install .[dev]
2424
- name: Build
2525
run: |
2626
python -m build

0 commit comments

Comments
 (0)