Skip to content

Commit e8448a6

Browse files
committed
Enable verbose mode for PyPI publishing
1 parent 6dfba68 commit e8448a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ jobs:
3939
uses: pypa/gh-action-pypi-publish@release/v1
4040
with:
4141
repository-url: https://test.pypi.org/legacy/
42+
verbose: true
4243

4344
- name: Publish distribution to PyPI
4445
uses: pypa/gh-action-pypi-publish@release/v1
4546
with:
4647
repository-url: https://upload.pypi.org/legacy/
48+
verbose: true

0 commit comments

Comments
 (0)