Porównaj commity

...

6 Commity

Autor SHA1 Wiadomość Data
Holger Müller eea80db1ea bla 2023-11-03 15:41:45 +01:00
Holger Müller b4f4fac417 more verbose install 2023-11-03 15:22:42 +01:00
Holger Müller e514665f92 narf 2023-11-03 15:14:00 +01:00
Holger Müller 3dee033c66 pyqt6.sip hacks 2023-11-03 15:07:42 +01:00
Holger Müller 19d30067e6 venv 2023-11-03 14:43:17 +01:00
Holger Müller d60c4dcda8 test venv build 2023-11-03 14:37:55 +01:00
2 zmienionych plików z 9 dodań i 6 usunięć

Wyświetl plik

@ -24,12 +24,16 @@ jobs:
architecture: ${{ matrix.arch }}
- name: Install dependencies and pyinstall
run: |
pip install -U pip setuptools setuptools-scm
pip install -r requirements.txt
pip install PyInstaller==6.1.0
python3 -m venv venv
.\venv\Scripts\activate
python3 -m pip install pip==23.3.1
python3 -m pip install -U setuptools setuptools-scm
python3 -m pip install -r requirements.txt
python3 -m pip install PyInstaller==6.1.0
- name: Build binary
run: |
python setup.py -V
.\venv\Scripts\activate
python3 setup.py -V
pyinstaller --onefile --noconsole -i icon_48x48.ico -p src -n nanovna-saver.exe nanovna-saver.py
- name: Archive production artifacts
uses: actions/upload-artifact@v1

Wyświetl plik

@ -1,6 +1,5 @@
pyserial==3.5
PyQt6==6.5.3
PyQt6-sip==13.6.0
PyQt6==6.5.2
numpy==1.26.1
scipy==1.11.3
Cython==3.0.5