diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 395b0c3..af9aaeb 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -75,5 +75,4 @@ jobs: - uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.PYPI_TOKEN }} - # To test: repository-url: https://test.pypi.org/legacy/ \ No newline at end of file + password: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file