We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ed58f commit 2c8f510Copy full SHA for 2c8f510
.github/workflows/qtDeploy.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: install project
27
run: poetry install --all-extras --no-interaction --no-cache -vvv
28
continue-on-error: true
29
- - run: QT_QPA_PLATFORM=minimal poetry run pyinstaller pysdfscad_qtgui/main.py --onefile --name=pySdfScad-${{matrix-os}} --collect-data pysdfscad --collect-data pysdfscad_qtgui --windowed
+ - run: QT_QPA_PLATFORM=minimal poetry run pyinstaller pysdfscad_qtgui/main.py --onefile --name=pySdfScad-${{matrix.os}} --collect-data pysdfscad --collect-data pysdfscad_qtgui --windowed
30
31
# Optionally verify that it works (provided that it does not need user interaction)
32
#- run: ./dist/your-code/your-code
0 commit comments