Skip to content

Commit

Permalink
BIG BINARY BUILD TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath committed Feb 11, 2024
1 parent 00dd59f commit a04d6d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ jobs:
run: |
. build/bin/activate
python setup.py -V
pyinstaller --onefile -p src -n nanovna-saver nanovna-saver.py
pyinstaller --onefile \
-p src \
--add-data "build/lib/python3.11/site-packages/PyQt6/sip.*.so:PyQt6/sip.so" \
--add-data "build/lib/python3.11/site-packages/PyQt6/Qt6:PyQt6/Qt6"
-n nanovna-saver \
nanovna-saver.py
- name: Archive production artifacts
uses: actions/upload-artifact@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PyQt6==6.5.2
PyQt6-sip==13.6.0
sip==6.8.1
numpy==1.26.3
scipy==1.11.4
Cython==3.0.7
scipy==1.12.0
Cython==3.0.8
setuptools==69.0.3
setuptools-scm==8.0.4

0 comments on commit a04d6d9

Please sign in to comment.