From fe6dfbc97b6c5225b21e7e860459403dd1d0e685 Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 26 May 2025 14:42:06 +0200 Subject: [PATCH] Set pypa/gh-action-pypi-publish test to verbose (#13659) See https://github.com/astral-sh/uv/actions/runs/15244694849/job/42869932290?pr=13652 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bba6baed..2056c0eac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1470,6 +1470,7 @@ jobs: # With this GitHub action, we can't do as rigid checks as with our custom Python script, so we publish more # leniently skip-existing: "true" + verbose: "true" repository-url: "https://test.pypi.org/legacy/" packages-dir: "astral-test-pypa-gh-action/dist"