diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd3e8d2..4865cef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,4 +99,4 @@ jobs: uses: pypa/gh-action-pypi-publish@master with: user: ${{ secrets.PIP_USERNAME }} - password: ${{ secrets.PIP_PASSWORD }} + password: ${{ secrets.PIP_TOKEN }}