We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c80c14 commit 2f07a06Copy full SHA for 2f07a06
.github/workflows/pypi.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
repository-url: https://test.pypi.org/legacy/
30
skip-existing: true
31
+ verbose: true
32
publish:
33
if: startsWith(github.ref, 'refs/tags/')
34
needs: test
0 commit comments