From 03a9d90c33582b773f0737daf95495b9d123bafd Mon Sep 17 00:00:00 2001 From: Ernst Klamer Date: Fri, 7 Jun 2024 20:30:19 +0200 Subject: [PATCH] fix: rename pypi token (#130) fix: rename pypi token --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f273b49..a02348a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: if: steps.release.outputs.released == 'true' with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.PYPI_TOKEN }} - name: Publish package to GitHub Release uses: python-semantic-release/upload-to-gh-release@v9.8.1