Skip to content

Commit a5241d7

Browse files
committed
fixes #354 github release failure
1 parent 4d1a854 commit a5241d7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: "Upload binaries to release"
4949
run: "gh release upload ${{ github.ref_name }} dist/*.{tar.gz,whl}"
5050
env:
51-
GH_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}"
51+
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5252

5353
publish-pypi:
5454
name: "Push Package to PyPI"

changes/354.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed Github release publishing failing.

0 commit comments

Comments
 (0)