修复dist
Build and Publish / Run (push) Failing after 1m43s Details

This commit is contained in:
cxykevin 2024-04-16 21:54:44 +08:00
parent b4ec1fb803
commit 5cb9a9e079
1 changed files with 7 additions and 1 deletions

View File

@ -29,9 +29,15 @@ jobs:
uses: http://hmtsai.cn:3000/actions/checkout@v4
- name: Build
run: python3 setup.py build
- name: Check
run: |
echo "pwd:"
pwd
echo "File list:"
ls
- name: Publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload dist/*
twine upload magictk/dist/*