From a3e42a823b2056e7dde6dc17bf3958c4a3ac391d Mon Sep 17 00:00:00 2001 From: Yashas Ambati <32080306+yambati03@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:13:48 -0500 Subject: [PATCH] Make upload to PyPI verbose --- .github/workflows/build-cibw.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-cibw.yml b/.github/workflows/build-cibw.yml index 018d22a60..90cb52254 100644 --- a/.github/workflows/build-cibw.yml +++ b/.github/workflows/build-cibw.yml @@ -74,5 +74,6 @@ jobs: - name: Publish to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: + verbose: true packages-dir: dist/ repository-url: https://test.pypi.org/legacy/