diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 794d74278..14f19629b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,6 +74,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ + verbose: true # skip-existing: true # The final job in the workflow is to publish to the real PyPI as long as the release