Skip to content

Commit 3e6b001

Browse files
author
michalis1
committed
Release v1.0.2
1 parent b9016f7 commit 3e6b001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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"

0 commit comments

Comments
 (0)