diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 152a307..f372c4a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -69,6 +69,5 @@ jobs: uses: pypa/gh-action-pypi-publish@master with: user: __token__ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy + password: ${{ secrets.PYPI_API_TOKEN }}