Skip to content

Commit 7c5fbc2

Browse files
authored
Update win.yml
set python version to 3.10 fix pyinstaller command
1 parent 79d7049 commit 7c5fbc2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/win.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
path: blint
1414
- uses: actions/setup-python@v4
1515
with:
16-
python-version: '3.9'
16+
python-version: '3.10'
1717
- name: Install poetry
1818
id: poetry
1919
run: |
@@ -24,14 +24,7 @@ jobs:
2424
- name: Binary windows build
2525
run: |
2626
cd blint
27-
python -m poetry run pyinstaller blint/cli.py --noconfirm --log-level=WARN ^
28-
--nowindow ^
29-
--onefile ^
30-
--name blint ^
31-
--collect-all blint ^
32-
--disable-windowed-traceback ^
33-
-i blint.ico ^
34-
--version-file=file_version_info.txt
27+
python -m poetry run pyinstaller blint/cli.py --noconfirm --log-level=WARN --nowindow --onefile --name blint --collect-all blint --disable-windowed-traceback -i blint.ico --version-file=file_version_info.txt
3528
set PYTHONIOENCODING=UTF-8
3629
.\dist\blint.exe -i .\dist\blint.exe -o reports --no-banner
3730
env:

0 commit comments

Comments
 (0)