From 7eac5a740366635df114d0479f490422ed9c860a Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Sat, 21 Sep 2024 01:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85d4f7b..d99d70a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,7 @@ jobs: python -m ok.update.gen_md5 .\dist Copy-Item -Path "dist" -Destination "ok-ww" -Recurse 7z a -t7z -r "ok-ww-CPU-full-${{ steps.tagName.outputs.tag }}.7z" "ok-ww" + Remove-Item -Path "ok-ww" -Recurse -Force python -m ok.update.package_full_with_profile ${{ steps.tagName.outputs.tag }} 0 python -m ok.update.gen_md5 .\dist diff --git a/requirements.txt b/requirements.txt index 28a30d3..77514d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ok-script==0.0.264 +ok-script==0.0.265 #rapidocr_onnxruntime rapidocr_openvino pySide6-Fluent-Widgets>=1.5.5