Skip to content

Commit ef0cc76

Browse files
committed
adds verbose flag to publish pypi action
1 parent 62564c4 commit ef0cc76

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
password: ${{ secrets.API_TOKEN }}
32-
repository-url: ${{ inputs.repository_url }}
32+
repository-url: ${{ inputs.repository_url }}
33+
verbose: 'true'

0 commit comments

Comments
 (0)