Skip to content

Commit

Permalink
install dependencies before running pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongyihui committed May 28, 2020
1 parent dfc1904 commit 3de9fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
twine upload dist/*
- name: Run PyInstaller
run: |
pip install .
python -m PyInstaller terminal-s.spec
ls dist
- name: Create archive
Expand Down

0 comments on commit 3de9fba

Please sign in to comment.