From 47121b5d497fd559081499fb69646b60ba96b7e4 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 15 Jan 2021 13:54:39 +0000 Subject: Set verbose flag to twine --- .github/workflows/python-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index db402fa..eae1294 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -70,6 +70,7 @@ jobs: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ + verbose: true upload_pypi: needs: [build_wheels, build_sdist] @@ -86,3 +87,4 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} + verbose: true -- cgit v1.2.3