将文件打包

This commit is contained in:
xaoyaoo 2024-01-09 23:23:52 +08:00
parent 826cb0ecdc
commit 4e209ece2f

View File

@ -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: |