From c5acce9cdc20341aab1ba21f78e2fbe177986505 Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Fri, 17 Sep 2021 12:28:48 +0000 Subject: [PATCH] verbose twine --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 6b75ad3a..1c659d78 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -172,7 +172,7 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - twine upload dist/* + twine upload --verbose dist/* - name: Release uses: softprops/action-gh-release@v1