diff --git a/.github/workflows/pypi.test.yml b/.github/workflows/pypi.test.yml index fa0e025..4f3ff54 100644 --- a/.github/workflows/pypi.test.yml +++ b/.github/workflows/pypi.test.yml @@ -34,4 +34,4 @@ jobs: with: user: __token__ repository-url: https://test.pypi.org/legacy/ - password: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_TEST_TOKEN }} \ No newline at end of file