将文件打包
This commit is contained in:
parent
826cb0ecdc
commit
4e209ece2f
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -78,10 +78,10 @@ jobs:
|
|||||||
- name: Zip Executable
|
- name: Zip Executable
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
ls -l
|
ls
|
||||||
Compress-Archive -Path PyWxDump/dist/*.exe,PyWxDump/dist/*.whl -DestinationPath exe_whl.zip
|
Compress-Archive -Path PyWxDump/dist/*.exe,PyWxDump/dist/*.whl -DestinationPath exe_whl.zip
|
||||||
Compress-Archive -Path PyWxDump.zip,wxdump_web.zip -DestinationPath Source.zip
|
Compress-Archive -Path PyWxDump.zip,wxdump_web.zip -DestinationPath Source.zip
|
||||||
ls -l
|
ls
|
||||||
|
|
||||||
- name: Publish package with Twine # 使用 Twine 发布到 PyPI
|
- name: Publish package with Twine # 使用 Twine 发布到 PyPI
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user