File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ workflow_dispatch :
3+
14jobs :
25build :
36 strategy :
1316 - name : Setup Python
1417 uses : actions/setup-python@v5
1518 with :
16- python-version : ' 3.10 '
19+ python-version : ' 3.13 '
1720 cache : ' pip'
1821
1922 - name : Install your Dependencies
@@ -24,17 +27,13 @@ build:
2427 uses : Nuitka/Nuitka-Action@main
2528 with :
2629 nuitka-version : main
27- script-name : your_main_program.py
28- # many more Nuitka options available, see action doc, but it's best
29- # to use nuitka-project: options in your code, so e.g. you can make
30- # a difference for macOS and create an app bundle there.
31- mode : onefile
30+ script-name : src/aniworld
3231
3332 - name : Upload Artifacts
3433 uses : actions/upload-artifact@v4
3534 with :
3635 name : ${{ runner.os }} Build
37- path : | # match what's created for the 3 OSes
36+ path : |
3837 build/*.exe
3938 build/*.bin
4039 build/*.app/**/*
You can’t perform that action at this time.
0 commit comments