更新build key
Build and Publish / Run (push) Failing after 2m6s
Details
Build and Publish / Run (push) Failing after 2m6s
Details
This commit is contained in:
parent
19287501b6
commit
8ef72f96ff
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: CheckOut
|
- name: CheckOut
|
||||||
uses: http://hmtsai.cn:3000/actions/checkout@v4
|
uses: http://hmtsai.cn:3000/actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python3 setup.py install
|
run: python3 setup.py sdist bdist_wheel
|
||||||
- name: Check
|
- name: Check
|
||||||
run: |
|
run: |
|
||||||
echo "pwd:"
|
echo "pwd:"
|
||||||
|
@ -39,7 +39,6 @@ jobs:
|
||||||
ls dist
|
ls dist
|
||||||
- name: Publish
|
- name: Publish
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_KEY }}
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
|
||||||
run: |
|
run: |
|
||||||
twine upload dist/*
|
twine upload dist/* --verbose --disable-progress-bar
|
||||||
|
|
Loading…
Reference in New Issue