diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f07d6834..debee11b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -103,6 +103,7 @@ jobs: with: password: ${{ secrets.PYPI_API_TOKEN }} skip-existing: true + verbose: true - name: Publish distribution 📦 to Test PyPI if Push uses: pypa/gh-action-pypi-publish@release/v1 @@ -110,6 +111,7 @@ jobs: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository-url: https://test.pypi.org/legacy/ skip-existing: true + verbose: true conda: name: (${{ matrix.python-version }}, ubuntu-latest)