diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abb29e773..706f1f7bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,8 +44,9 @@ jobs: github.event_name == 'release' uses: pypa/gh-action-pypi-publish@release/v1 with: + verbose: true password: ${{ secrets.testpypi_password }} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ - name: Publish to pypi.org if: >- # "create" workflows run separately from "push" & "pull_request"