From dcb8d151ddc116eb2c112f018a14494844dba947 Mon Sep 17 00:00:00 2001 From: mikumifa <1055069518@qq.com> Date: Fri, 2 Aug 2024 22:34:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20playsound=E7=89=88=E6=9C=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62c5061..f06ab73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,9 @@ jobs: - name: Install dependencies run: | pip install pyinstaller Pillow + - name: upgrade wheel + run: | + pip install --upgrade setuptools wheel - name: Install requirements run: | pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 64d58ac..45e6dc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ retry~=0.9.2 tinydb~=4.8.0 bili-ticket-gt-python~=0.2.7 ntplib~=0.4.0 -playsound~=1.2.0 \ No newline at end of file +playsound~=1.3.0 \ No newline at end of file