diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f8a7c15..e31b6a74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - name: "Upload binaries to release" run: "gh release upload ${{ github.ref_name }} dist/*.{tar.gz,whl}" env: - GH_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}" + GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" publish-pypi: name: "Push Package to PyPI" diff --git a/changes/354.fixed b/changes/354.fixed new file mode 100644 index 00000000..cd9e7d26 --- /dev/null +++ b/changes/354.fixed @@ -0,0 +1 @@ +Fixed Github release publishing failing.