添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-31 18:45:28 +08:00
parent a4b552f1b4
commit 1e5953d1d5

View File

@ -57,7 +57,6 @@ jobs:
- name: Upload .whl file
uses: actions/upload-artifact@v2
if: exists('dist/*.whl')
with:
name: wheel
path: dist/*.whl