From 2da1969224f2a9927a424367205cb5ea6f53a152 Mon Sep 17 00:00:00 2001 From: Andreas Eisenbarth Date: Mon, 27 Nov 2023 16:38:16 +0100 Subject: [PATCH] Change token 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 e7c9cc1..8ca80f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,4 +35,4 @@ jobs: uses: pypa/gh-action-pypi-publish@v1.8.10 with: user: __token__ - password: ${{ secrets.PIPY_APITOKEN }} + password: ${{ secrets.PYPI_API_TOKEN }}