mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
update github workflow
This commit is contained in:
18
.github/workflows/python-app.yml
vendored
18
.github/workflows/python-app.yml
vendored
@@ -43,7 +43,8 @@ jobs:
|
||||
output-dir: .
|
||||
include-module: raylib,moviepy,numpy,sounddevice
|
||||
include-package: imageio_ffmpeg
|
||||
enable-plugins: numpy
|
||||
noinclude-setuptools-mode: nofollow
|
||||
noinclude-IPython-mode: nofollow
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -57,18 +58,3 @@ jobs:
|
||||
*.exe
|
||||
*.bin
|
||||
*.app/**/*
|
||||
|
||||
# - name: Release
|
||||
# uses: softprops/action-gh-release@v2
|
||||
# with:
|
||||
# repository: yonokid/PyTaiko
|
||||
# files: |
|
||||
# Graphics/*
|
||||
# Sounds/*
|
||||
# Videos/*
|
||||
# config.toml
|
||||
# *.exe
|
||||
# *.bin
|
||||
# *.app/**/*
|
||||
# tag_name: 0.0.3
|
||||
# make_latest: true
|
||||
|
||||
@@ -5,9 +5,7 @@ import time
|
||||
import wave
|
||||
from threading import Lock, Thread
|
||||
|
||||
from numpy import (
|
||||
abs as np_abs,
|
||||
)
|
||||
from numpy import abs as np_abs
|
||||
from numpy import (
|
||||
arange,
|
||||
column_stack,
|
||||
@@ -20,9 +18,7 @@ from numpy import (
|
||||
uint8,
|
||||
zeros,
|
||||
)
|
||||
from numpy import (
|
||||
max as np_max,
|
||||
)
|
||||
from numpy import max as np_max
|
||||
|
||||
os.environ["SD_ENABLE_ASIO"] = "1"
|
||||
import sounddevice as sd
|
||||
|
||||
Reference in New Issue
Block a user