Skip to content

Commit f8218aa

Browse files
committed
fix: CI add token
1 parent d90a838 commit f8218aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-wheel.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ jobs:
141141
with:
142142
files: "./artifacts/*"
143143
tag_name: "v${{ env.VERSION }}"
144+
name: Release ${{ env.VERSION }}
145+
env:
146+
GITHUB_TOKEN: ${{ secrets.ACTION_GITHUB_TOKEN }}
144147

145148
- name: Publish package distributions to PyPI
146149
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)