publish test

This commit is contained in:
xaoyo 2023-11-28 17:24:41 +08:00
parent d28d9d9376
commit 9fb59d08f8

View File

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