Skip to content

Commit 75fc40a

Browse files
committed
Verbose twine
1 parent 3e40214 commit 75fc40a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ jobs:
107107
uses: pypa/gh-action-pypi-publish@release/v1
108108
with:
109109
repository-url: https://test.pypi.org/legacy/
110+
verbose: true
110111

111112
- name: Publish distribution to PyPI
112113
if: github.ref_type == 'tag'
113114
uses: pypa/gh-action-pypi-publish@release/v1
115+
with:
116+
verbose: true

0 commit comments

Comments
 (0)