Update python-app.yml

This commit is contained in:
Yonokid
2025-06-12 15:31:21 -04:00
parent 144dfa29ba
commit 79eccbc41b

View File

@@ -24,6 +24,9 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
uv sync uv sync
- name: Install Nuitka
run: |
uv add nuitka
- name: Build Executable - name: Build Executable
run: | run: |
uv run nuitka --mode=app --include-module=raylib-sdl,moviepy,numpy,sounddevice,tomlkit --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow PyTaiko.py uv run nuitka --mode=app --include-module=raylib-sdl,moviepy,numpy,sounddevice,tomlkit --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow PyTaiko.py