We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c0792 commit 76d1a7bCopy full SHA for 76d1a7b
1 file changed
.github/workflows/build-windows.yml
@@ -35,7 +35,7 @@ jobs:
35
# Build the executable
36
- name: Build executable with PyInstaller
37
run: |
38
- pyinstaller --noconfirm --clean --log-level=WARN --onefile --windowed --name PyImageLabeling main.py --exclude-module tkinter --exclude-module PyQt5 --exclude-module PySide6 --exclude-module PySide2
+ pyinstaller --noconfirm --clean --log-level=WARN --onefile --windowed --name PyImageLabeling main.py
39
40
# Upload the executable as artifact
41
- name: Upload executable
0 commit comments