From ee1db6adc8e89f7564e0de1c4f3e23c55fc06e27 Mon Sep 17 00:00:00 2001 From: Kyle Gottfried <6462596+Spitfire1900@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:22:12 -0500 Subject: [PATCH] Test PyPi publish: verbose: true --- .github/workflows/release-testpypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-testpypi.yml b/.github/workflows/release-testpypi.yml index f79dfd8..bc834b7 100644 --- a/.github/workflows/release-testpypi.yml +++ b/.github/workflows/release-testpypi.yml @@ -64,3 +64,4 @@ jobs: uses: pypa/gh-action-pypi-publish@v1.12.3 with: repository-url: https://test.pypi.org/legacy/ + verbose: true