Skip to content

Commit 5eee403

Browse files
Arakissclaude
andcommitted
ci: enable verbose output in PyPI publish workflow
Added verbose output to PyPI publish workflow to better diagnose any publishing issues with release v1.2.2. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 198850f commit 5eee403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
uses: pypa/gh-action-pypi-publish@release/v1
5656
with:
5757
password: ${{ secrets.PYPI_TOKEN }}
58-
packages-dir: dist/
58+
packages-dir: dist/
59+
verbose: true

0 commit comments

Comments
 (0)