Skip to content

Commit 621c57b

Browse files
Add verbose to PyPI publishing workflow.
1 parent d2af0f6 commit 621c57b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ jobs:
3636
uses: pypa/gh-action-pypi-publish@release/v1
3737
with:
3838
repository-url: https://test.pypi.org/legacy/
39+
verbose: true
3940

4041
# PyPI for full releases only
4142
- name: Publish to PyPI
4243
if: github.event_name == 'release' && !github.event.release.prerelease
4344
uses: pypa/gh-action-pypi-publish@release/v1
45+
with:
46+
verbose: true

0 commit comments

Comments
 (0)