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

This commit is contained in:
cxykevin 2024-04-17 22:30:24 +08:00
parent 83d55fa8fa
commit 28e1061c26

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