use pyinstaller 4.10

pull/482/head
Holger Müller 2022-03-17 18:04:34 +01:00
rodzic 630d6fafc3
commit 747184e85f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -18,9 +18,9 @@ jobs:
python-version: '3.10'
- name: Install dependencies and pyinstall
run: |
python -m pip install pip==22.0.3 setuptools==60.7.1
python -m pip install pip==22.0.4 setuptools==60.10.0
pip install -r requirements.txt
pip install PyInstaller==4.9
pip install PyInstaller==4.10
- name: Build binary
run: |
pyinstaller --onefile -n nanovna-saver nanovna-saver.py