From cc859567132e12cf7f59408db59483cdbbda65e5 Mon Sep 17 00:00:00 2001 From: Sid Mohan Date: Sun, 25 May 2025 12:15:54 -0700 Subject: [PATCH] fixed pypi.yml --- .github/workflows/publish-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 435f055e..fe8308d4 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -44,7 +44,7 @@ jobs: run: python -m build - name: Create GitHub Release env: - GITHUB_TOKEN: ${{ secrets.pypi }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config user.name github-actions git config user.email github-actions@github.com @@ -133,7 +133,7 @@ jobs: run: python -m build - name: Create GitHub Pre-Release env: - GITHUB_TOKEN: ${{ secrets.pypi }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BETA_VERSION: ${{ steps.beta_version.outputs.version }} run: | git config user.name github-actions