We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9766c4a commit 9ba9960Copy full SHA for 9ba9960
1 file changed
.github/workflows/deploy_release_candidate_pypi.yaml
@@ -83,4 +83,4 @@ jobs:
83
echo "Will upload the following files to PyPI:"
84
ls
85
86
- twine upload * -u __token__ -p "${{ github.event.inputs.PYPI_API_TOKEN }}"
+ twine upload --verbose * -u __token__ -p "${{ github.event.inputs.PYPI_API_TOKEN }}"
0 commit comments