添加自动发布到pypi的github action
This commit is contained in:
parent
35fd499503
commit
7492e9635a
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PyWxDump_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
|
Loading…
Reference in New Issue
Block a user