We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9016f7 commit 3e6b001Copy full SHA for 3e6b001
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: "Upload binaries to release"
49
run: "gh release upload ${{ github.ref_name }} dist/*.{tar.gz,whl}"
50
env:
51
- GH_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}"
+ GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
52
53
publish-pypi:
54
name: "Push Package to PyPI"
0 commit comments