更新build key
Build and Publish / Run (push) Failing after 2m6s Details

This commit is contained in:
cxykevin 2024-04-16 22:35:58 +08:00
parent 19287501b6
commit 8ef72f96ff
1 changed files with 3 additions and 4 deletions

View File

@ -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