From 0f82399637d7de1740b96c2300ec93db2748a00c Mon Sep 17 00:00:00 2001 From: Ahmad Bayhaqi <56214296+Kyuubang@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:15:10 +0700 Subject: [PATCH] Enable verbose output for PyPI publish action --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 59109cb..531b764 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,3 +53,5 @@ jobs: python -m build - name: Publish uses: pypa/gh-action-pypi-publish@release/v1.13 + with: + verbose: true