We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d1a854 + a5241d7 commit 8289febCopy full SHA for 8289feb
2 files changed
.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"
changes/354.fixed
@@ -0,0 +1 @@
1
+Fixed Github release publishing failing.
0 commit comments