Skip to content

Commit 9ba9960

Browse files
authored
Use verbose mode when uploading pypi artifacts (#38223)
1 parent 9766c4a commit 9ba9960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_release_candidate_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
echo "Will upload the following files to PyPI:"
8484
ls
8585
86-
twine upload * -u __token__ -p "${{ github.event.inputs.PYPI_API_TOKEN }}"
86+
twine upload --verbose * -u __token__ -p "${{ github.event.inputs.PYPI_API_TOKEN }}"

0 commit comments

Comments
 (0)