From 554237637264532e98aa972a0f4a31ae26140899 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 21 Dec 2023 11:44:14 +0100 Subject: [PATCH] Correct PYPI token secret name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e5ce7d7..490811ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,4 +155,4 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' uses: pypa/gh-action-pypi-publish@v1.6.4 with: - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.PYPI_ORG_TOKEN }}