Skip to content

Commit 290fab3

Browse files
committed
Use verbose mode for twine uploads
There isn't really much downside to running the uploads with verbose mode on when nothing goes wrong (who is even going to look at the logs?) and when something goes wrong it's very nice to have, so we'll just leave it on always.
1 parent a3e322b commit 290fab3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
uses: pypa/gh-action-pypi-publish@release/v1
4848
with:
4949
repository-url: https://test.pypi.org/legacy/
50+
verbose: true
5051
- name: Publish package
5152
if: github.event_name == 'release'
5253
uses: pypa/gh-action-pypi-publish@release/v1
54+
with:
55+
verbose: true

0 commit comments

Comments
 (0)