From 0cbd069901efce1502149fea2a1eee669f24e747 Mon Sep 17 00:00:00 2001 From: Dane Hillard Date: Wed, 4 Jun 2025 13:58:53 -0400 Subject: [PATCH] Use verbose during uploads for debugging --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a98676a..fa41f81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -109,12 +109,14 @@ jobs: - name: Publish distribution to Test PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ + verbose: true - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: attestations: false + verbose: true - name: Publish distribution to GitHub release uses: softprops/action-gh-release@v1