Skip to content

Commit 008ea25

Browse files
committed
Make PyPI publishing jobs verbose
1 parent 84f07bf commit 008ea25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-publish-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: pypa/gh-action-pypi-publish@release/v1
5151
with:
5252
repository-url: https://test.pypi.org/legacy/
53+
verbose: true
5354

5455

5556
publish-to-pypi:
@@ -71,3 +72,5 @@ jobs:
7172
path: dist/
7273
- name: Publish LNT to PyPI
7374
uses: pypa/gh-action-pypi-publish@release/v1
75+
with:
76+
verbose: true

0 commit comments

Comments
 (0)