From b0d4b43297357660ad95f7ce26813175b48ad482 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Mon, 27 Jan 2025 16:27:12 +0000 Subject: [PATCH] Make twine verbose for debug --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b6de00e..e57e127 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -77,6 +77,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: + verbose: true name: python-package-distributions path: dist/ - uses: pypa/gh-action-pypi-publish@release/v1