添加自动发布到pypi的github action
This commit is contained in:
parent
257a1f4e00
commit
05351628b9
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -55,6 +55,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload .whl file
|
- name: Upload .whl file
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
name: wheel
|
name: wheel
|
||||||
path: dist/*.whl
|
path: dist/*.whl
|
Loading…
Reference in New Issue
Block a user