mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update python-app.yml
This commit is contained in:
12
.github/workflows/python-app.yml
vendored
12
.github/workflows/python-app.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user