Skip to content

Commit c4c0792

Browse files
author
Pierre-Marie.fayette
committed
...
1 parent e68e01a commit c4c0792

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@ jobs:
3535
# Build the executable
3636
- name: Build executable with PyInstaller
3737
run: |
38-
pyinstaller --noconfirm --clean --log-level=WARN --onefile --windowed `
39-
--name PyImageLabeling main.py `
40-
--exclude-module tkinter `
41-
--exclude-module PyQt5 `
42-
--exclude-module PySide6 `
43-
--exclude-module PySide2
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
4439
4540
# Upload the executable as artifact
4641
- name: Upload executable

0 commit comments

Comments
 (0)