Skip to content

Commit f6c140d

Browse files
committed
make twine upload output more verbose
1 parent 3914797 commit f6c140d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
uses: pypa/gh-action-pypi-publish@release/v1
7777
with:
7878
repository-url: https://test.pypi.org/legacy/
79+
verbose: true
7980

8081
test-from-test-pypi:
8182
if: startsWith(github.ref, 'refs/tags/v')
@@ -123,4 +124,5 @@ jobs:
123124
- name: Publish to PyPI
124125
uses: pypa/gh-action-pypi-publish@release/v1
125126
with:
127+
verbose: true
126128
repository-url: https://pypi.org/legacy/

0 commit comments

Comments
 (0)