更新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
|
||||
uses: http://hmtsai.cn:3000/actions/checkout@v4
|
||||
- name: Build
|
||||
run: python3 setup.py install
|
||||
run: python3 setup.py sdist bdist_wheel
|
||||
- name: Check
|
||||
run: |
|
||||
echo "pwd:"
|
||||
|
@ -39,7 +39,6 @@ jobs:
|
|||
ls dist
|
||||
- name: Publish
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_KEY }}
|
||||
run: |
|
||||
twine upload dist/*
|
||||
twine upload dist/* --verbose --disable-progress-bar
|
||||
|
|
Loading…
Reference in New Issue