From a5241d7c11568360d209ca4cac37ea9559b69ce9 Mon Sep 17 00:00:00 2001 From: Jeff Kala Date: Sat, 7 Mar 2026 10:12:05 -0700 Subject: [PATCH] fixes #354 github release failure --- .github/workflows/release.yml | 2 +- changes/354.fixed | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/354.fixed 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.