Skip to content

Commit

Permalink
将文件打包
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Jan 9, 2024
1 parent 826cb0e commit 4e209ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4e209ec

Please sign in to comment.