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: