添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-28 19:54:20 +08:00
parent 4f47bcefa6
commit 35fd499503

View File

@ -43,7 +43,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PyWxDump_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}