Skip to content

Commit 43cc570

Browse files
committed
Enable verbose twine upload.
1 parent bb56adb commit 43cc570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ jobs:
8282
if: ${{ success() }}
8383
uses: pypa/gh-action-pypi-publish@release/v1
8484
with:
85+
verbose: true
8586
user: __token__
8687
password: ${{ secrets.pypi_pass }}

0 commit comments

Comments
 (0)