Skip to content

Commit

Permalink
use pyinstaller 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath committed Jun 21, 2021
1 parent e413baa commit b0a21bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install PyInstaller==4.0
pip install PyInstaller==4.3
- name: Build binary
run: |
pyinstaller --onefile -n nanovna-saver.exe nanovna-saver.py
Expand Down

0 comments on commit b0a21bc

Please sign in to comment.