添加自动发布到pypi的github action
This commit is contained in:
parent
a4b552f1b4
commit
1e5953d1d5
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -57,7 +57,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload .whl file
|
- name: Upload .whl file
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: exists('dist/*.whl')
|
|
||||||
with:
|
with:
|
||||||
name: wheel
|
name: wheel
|
||||||
path: dist/*.whl
|
path: dist/*.whl
|
Loading…
Reference in New Issue
Block a user