File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 13
13
path : blint
14
14
- uses : actions/setup-python@v4
15
15
with :
16
- python-version : ' 3.9 '
16
+ python-version : ' 3.10 '
17
17
- name : Install poetry
18
18
id : poetry
19
19
run : |
24
24
- name : Binary windows build
25
25
run : |
26
26
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
35
28
set PYTHONIOENCODING=UTF-8
36
29
.\dist\blint.exe -i .\dist\blint.exe -o reports --no-banner
37
30
env :
You can’t perform that action at this time.
0 commit comments