diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index d3461dd..3e44c8a 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -41,16 +41,10 @@ jobs: script-name: PyTaiko.py mode: app include-module: raylib,moviepy,numpy,scipy,sounddevice - options: >- - --enable-plugin=numpy - --follow-imports - --assume-yes-for-downloads - --disable-console - --include-package=imageio_ffmpeg - --include-data-files=./**/*.dll=. - --include-data-dir=${pythonLocation}/lib/python*/site-packages/imageio_ffmpeg/binaries=imageio_ffmpeg/binaries - --prefer-source-code - --skip-module=cffi.model + enable-plugin: numpy + include-package: imageio_ffmpeg + include-data-files: ./**/*.dll=. + include-data-dir: ${pythonLocation}/lib/python*/site-packages/imageio_ffmpeg/binaries=imageio_ffmpeg/binaries - name: Upload Artifacts uses: actions/upload-artifact@v4