Skip to content

Commit eeefc6e

Browse files
authored
fix: try to fix 401 release
1 parent 317631c commit eeefc6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-wheel.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ jobs:
142142
files: "./artifacts/*"
143143
tag_name: "v${{ env.VERSION }}"
144144
name: Release ${{ env.VERSION }}
145-
env:
146-
GITHUB_TOKEN: ${{ secrets.ACTION_GITHUB_TOKEN }}
145+
token: ${{ secrets.ACTION_GITHUB_TOKEN }}
147146

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

0 commit comments

Comments
 (0)