修复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
|
uses: http://hmtsai.cn:3000/actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python3 setup.py build
|
run: python3 setup.py build
|
||||||
|
- name: Check
|
||||||
|
run: |
|
||||||
|
echo "pwd:"
|
||||||
|
pwd
|
||||||
|
echo "File list:"
|
||||||
|
ls
|
||||||
- name: Publish
|
- name: Publish
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
twine upload dist/*
|
twine upload magictk/dist/*
|
||||||
|
|
Loading…
Reference in New Issue