Skip to content

Commit 3476d9f

Browse files
committed
add verbose output to publish action
1 parent 0c85a30 commit 3476d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
user: __token__
4040
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
4141
repository-url: https://test.pypi.org/legacy/
42+
verbose: true
4243
- name: Publish to PyPi
4344
uses: pypa/gh-action-pypi-publish@release/v1
4445
with:

0 commit comments

Comments
 (0)