From b55b6ae15f5e242aa99e32ad532f63de5c2179ac Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Thu, 12 Jun 2025 01:19:06 -0400 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index bf66a6d..1c6a3ab 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -25,16 +25,8 @@ jobs: run: | uv sync - name: Build Executable - uses: Nuitka/Nuitka-Action@main - with: - 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 + 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 - name: Upload Artifacts uses: actions/upload-artifact@v4 with: