File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,18 +26,10 @@ jobs:
2626 run : |
2727 python -m pip install --upgrade pip
2828 pip install -r requirements.txt
29- pip install pyinstaller
3029
31- - name : Build (Windows)
32- if : runner.os == 'Windows'
33- shell : pwsh
34- run : |
35- python -m PyInstaller build_exe.spec --clean
36-
37- - name : Build (Linux/macOS)
38- if : runner.os != 'Windows'
30+ - name : Build executable
3931 run : |
40- pyinstaller council.py --name PolyCouncil --clean --noconfirm --windowed --onefile
32+ python -m PyInstaller council.py --name PolyCouncil --clean --noconfirm --windowed --onefile
4133
4234 - name : Package artifact (Windows)
4335 if : runner.os == 'Windows'
Original file line number Diff line number Diff line change 11PySide6 >= 6.5.0
22aiohttp >= 3.8.0
33requests >= 2.28.0
4- qdarktheme >= 3.0.0
54pyinstaller >= 5.13.0
65PyPDF2 >= 3.0.0
76python-docx >= 1.0.0
8- markdown >= 3.4.0
7+ markdown >= 3.4.0
You can’t perform that action at this time.
0 commit comments