mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update python-app.yml
This commit is contained in:
12
.github/workflows/python-app.yml
vendored
12
.github/workflows/python-app.yml
vendored
@@ -25,16 +25,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
uv sync
|
uv sync
|
||||||
- name: Build Executable
|
- name: Build Executable
|
||||||
uses: Nuitka/Nuitka-Action@main
|
run: |
|
||||||
with:
|
uv run nuitka --mode=app --output-dir=. --include-module=raylib-sdl,moviepy,numpy,sounddevice,tomlkit --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow PyTaiko.py
|
||||||
nuitka-version: 2.6.7
|
|
||||||
script-name: PyTaiko.py
|
|
||||||
mode: app
|
|
||||||
output-dir: .
|
|
||||||
include-module: raylib-sdl,moviepy,numpy,sounddevice,tomlkit
|
|
||||||
#include-package: imageio_ffmpeg
|
|
||||||
noinclude-setuptools-mode: nofollow
|
|
||||||
noinclude-IPython-mode: nofollow
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user