diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ea94dc..b7ce227 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,5 +35,4 @@ jobs: packages-dir: dist/ skip-existing: true user: __token__ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository-url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_API_TOKEN }}