From 30f1a59753fe66aa40fe6a014a3ed330e456bbfe Mon Sep 17 00:00:00 2001 From: Ben Davis Date: Fri, 6 Mar 2026 15:37:14 -0700 Subject: [PATCH] Fixing issue with creating github release --- .github/workflows/publish-to-pypi-and-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi-and-release.yml b/.github/workflows/publish-to-pypi-and-release.yml index cb7e013..91c8893 100644 --- a/.github/workflows/publish-to-pypi-and-release.yml +++ b/.github/workflows/publish-to-pypi-and-release.yml @@ -89,7 +89,6 @@ jobs: '${{ github.ref_name }}' --repo '${{ github.repository }}' --notes "" - GITHUB_TOKEN: ${{ github.token }} - name: Upload artifact signatures to GitHub Release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}