From 4e209ece2f6e706d93a6c7839f1d68eaed83e653 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Tue, 9 Jan 2024 23:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=96=87=E4=BB=B6=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cd6956b1..f59a0bac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -78,10 +78,10 @@ jobs: - name: Zip Executable run: | cd .. - ls -l + ls Compress-Archive -Path PyWxDump/dist/*.exe,PyWxDump/dist/*.whl -DestinationPath exe_whl.zip Compress-Archive -Path PyWxDump.zip,wxdump_web.zip -DestinationPath Source.zip - ls -l + ls - name: Publish package with Twine # 使用 Twine 发布到 PyPI run: |