diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 838014fe..f6f0bf24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,12 +104,10 @@ jobs: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ skip_existing: true - verbose: true - name: Publish to PyPI # only if tagged if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: - user: __token__ - password: ${{ secrets.PYPI_TOKEN }} + password: ${{ secrets.PYPI_API_TOKEN }}