diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 786b554..278cf7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,4 +23,4 @@ jobs: if: github.event_name == 'release' with: user: __token__ - password: ${{ secrets.PYPI_TOKEN }} + password: ${{ secrets.PYPI_RELEASE_TOKEN }}