添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-31 18:56:00 +08:00
parent 257a1f4e00
commit 05351628b9

View File

@ -55,6 +55,8 @@ jobs:
- name: Upload .whl file
uses: actions/upload-artifact@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: wheel
path: dist/*.whl