Skip to content

Commit

Permalink
ci(pypi): use correct username and password
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineDao committed May 23, 2024
1 parent d2aeafe commit b1c810d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit b1c810d

Please sign in to comment.