尝试使用构件
Build and Publish / Run (push) Failing after 1m10s Details

This commit is contained in:
cxykevin 2024-04-17 22:30:24 +08:00
parent 83d55fa8fa
commit 28e1061c26
1 changed files with 5 additions and 0 deletions

View File

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