From 2eec68a51ea1a9b162ae0da5908171ce67483ed3 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Tue, 29 Oct 2024 13:28:40 +0100 Subject: [PATCH] Fix CI --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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)