Skip to content

Commit 9477a0f

Browse files
committed
Use verbose mode for twine uploads
1 parent 8d488ea commit 9477a0f

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)