修复dist
Build and Publish / Run (push) Failing after 1m43s
Details
Build and Publish / Run (push) Failing after 1m43s
Details
This commit is contained in:
parent
b4ec1fb803
commit
5cb9a9e079
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue