From b1c810d81c88eb5740464b89301cfdfef783ca81 Mon Sep 17 00:00:00 2001 From: antoinedao Date: Thu, 23 May 2024 22:31:49 +0100 Subject: [PATCH] ci(pypi): use correct username and password --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d35cd6d..273374de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,8 +60,8 @@ jobs: echo "::set-output name=tag::$nextRelease" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }} + PYPI_PASSWORD: ${{ secrets.POLLINATION_PYPI_PASSWORD }} + PYPI_USERNAME: ${{ secrets.POLLINATION_PYPI_USERNAME }} outputs: tag: ${{ steps.new_release.outputs.tag }}