From f63491c25b6d43f419a3755ec95bf02272eaf846 Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:16:36 -0400 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2a80890..7d1705c 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -29,7 +29,7 @@ jobs: uv add nuitka - name: Build Executable run: | - uv run nuitka --mode=app --output-dir=. --include-module=raylib,moviepy,numpy,sounddevice,tomlkit,pandas --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow PyTaiko.py + uv run nuitka --mode=app --output-dir=. --include-module=raylib,moviepy,numpy,sounddevice,tomlkit --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow PyTaiko.py - name: Upload Artifacts uses: actions/upload-artifact@v4 with: