Update python-app.yml

This commit is contained in:
Yonokid
2025-06-12 01:20:17 -04:00
parent b55b6ae15f
commit bbf4d04b3c

View File

@@ -24,6 +24,9 @@ jobs:
- name: Install Dependencies
run: |
uv sync
- name: Install Nuitka
run: |
uv add nuitka
- name: Build Executable
run: |
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