We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f1a4e commit ea81bb1Copy full SHA for ea81bb1
1 file changed
.github/workflows/bld_wheels_and_upload.yml
@@ -185,6 +185,7 @@ jobs:
185
if: github.event_name == 'workflow_dispatch'
186
uses: pypa/gh-action-pypi-publish@release/v1.12
187
with:
188
+ verbose: true
189
repository-url: https://test.pypi.org/legacy/
190
user: __token__
191
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments