From 0fe5937f8aa2fb9d334403946a5ab09b349acfd7 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Mon, 6 Apr 2026 23:08:23 +0200 Subject: [PATCH] Enable verbose output for PyPI publish action --- .github/workflows/buildwheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/buildwheels.yml b/.github/workflows/buildwheels.yml index 3ca0da49..fee10689 100644 --- a/.github/workflows/buildwheels.yml +++ b/.github/workflows/buildwheels.yml @@ -205,6 +205,7 @@ jobs: with: repository_url: https://test.pypi.org/legacy/ attestations: false + verbose: true - if: github.event_name == 'release' && github.event.prerelease == false uses: pypa/gh-action-pypi-publish@release/v1.13 with: