We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b70079 commit 3aba255Copy full SHA for 3aba255
.github/workflows/build.yml
@@ -86,6 +86,7 @@ jobs:
86
uses: pypa/gh-action-pypi-publish@release/v1
87
with:
88
repository-url: https://test.pypi.org/legacy/
89
+ verbose: true
90
91
# upload_pypi:
92
# needs: [build_wheels, build_sdist, upload_test_pypi]
0 commit comments