File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
22
22
steps :
23
23
- name : Check-out repository
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Setup Python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ' 3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
30
30
architecture : ' x64' # optional x64 or x86. Defaults to x64 if not specified
@@ -41,13 +41,14 @@ jobs:
41
41
with :
42
42
nuitka-version : main
43
43
script-name : main.py
44
+ enable-plugins : flet
44
45
onefile : true
45
46
standalone : true
46
47
disable-console : true
47
48
windows-icon-from-ico : ./asset/spicon.ico
48
49
49
50
- name : Upload Artifacts
50
- uses : actions/upload-artifact@v3
51
+ uses : actions/upload-artifact@v4
51
52
with :
52
53
name : ${{ runner.os }} Build
53
54
path : |
Original file line number Diff line number Diff line change 18
18
runs-on : [macos-latest, ubuntu-latest, windows-latest]
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- name : Set up Python 3.10
23
- uses : actions/setup-python@v3
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : " 3.10"
26
26
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments