Skip to content

Commit fa214b2

Browse files
authored
Merge pull request #81 from Ericgig/bug.verbose
Add verbose options to upload step
2 parents f47646d + 931908d commit fa214b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
6060
- name: Publish distribution to PyPI
6161
uses: pypa/gh-action-pypi-publish@release/v1
62+
with:
63+
verbose: true
6264

6365
github-release:
6466
name: >-
@@ -117,3 +119,4 @@ jobs:
117119
uses: pypa/gh-action-pypi-publish@release/v1
118120
with:
119121
repository-url: https://test.pypi.org/legacy/
122+
verbose: true

0 commit comments

Comments
 (0)