Skip to content

Commit 685e8fe

Browse files
committed
Fix publish script
1 parent ab7dec3 commit 685e8fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
python3 -m pip install --upgrade pip
2727
pip install pipenv
2828
pipenv install
29+
pipenv install --dev
2930
3031
- name: Build package
3132
run: |

0 commit comments

Comments
 (0)