添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-28 19:56:38 +08:00
parent 35fd499503
commit 7492e9635a

View File

@ -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 }}