From d5d72305375805783683c53adcc10b47a5998aef Mon Sep 17 00:00:00 2001 From: bgArray <474037765@qq.com> Date: Sat, 29 Apr 2023 22:04:41 +0800 Subject: [PATCH] update 2023/4/29 pypi update --- requirements.txt | 2 +- upload_bgArray.bat | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 upload_bgArray.bat diff --git a/requirements.txt b/requirements.txt index 916b870..a6cc9cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Brotli>=1.0.9 mido>=1.2.10 -TrimMCStruct>=0.0.5.7 \ No newline at end of file +TrimMCStruct>=0.0.5.8 \ No newline at end of file diff --git a/upload_bgArray.bat b/upload_bgArray.bat new file mode 100644 index 0000000..75ac19a --- /dev/null +++ b/upload_bgArray.bat @@ -0,0 +1,3 @@ +python setup.py sdist bdist_wheel +python -m twine upload dist/* +python clean_update.py