publish test

This commit is contained in:
xaoyo 2023-11-28 18:35:54 +08:00
parent 25d085321b
commit 8218d19464

View File

@ -46,7 +46,8 @@ jobs:
ls -l dist
ls -l "${{ github.workspace }}"
cat pywxdump.spec
dist/pywxdump.exe -h
cd dist
./pywxdump.exe -h
# - name: Publish package with Twine # 使用 Twine 发布到 PyPI
# run: |