From 0cf0d6a85b0f237c1dfd932cbd7a289de0462daa Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Mon, 27 Jan 2025 08:19:49 -0500 Subject: [PATCH] chore(ci): Add verbose output to gh-action-pypi-publish --- .github/workflows/pypi-package.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pypi-package.yml b/.github/workflows/pypi-package.yml index d556f10..d8ea3da 100644 --- a/.github/workflows/pypi-package.yml +++ b/.github/workflows/pypi-package.yml @@ -46,6 +46,7 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ skip-existing: true + verbose: true auto-release-pypi: runs-on: ubuntu-latest @@ -62,3 +63,5 @@ jobs: name: Packages path: dist - uses: pypa/gh-action-pypi-publish@release/v1 + with: + verbose: true