尝试使用构件
Build and Publish / Run (push) Failing after 1m10s
Details
Build and Publish / Run (push) Failing after 1m10s
Details
This commit is contained in:
parent
83d55fa8fa
commit
28e1061c26
|
@ -45,3 +45,8 @@ jobs:
|
|||
TWINE_PASSWORD: ${{ secrets.PYPI_KEY }}
|
||||
run: |
|
||||
twine upload dist/* --verbose --disable-progress-bar
|
||||
- name: Archive
|
||||
uses: http://hmtsai.cn:3000/actions/upload-artifact@v4
|
||||
with:
|
||||
path: dist/*
|
||||
retention-days: 60
|
||||
|
|
Loading…
Reference in New Issue