We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d488ea commit 9477a0fCopy full SHA for 9477a0f
1 file changed
.github/workflows/publish.yml
@@ -47,6 +47,9 @@ jobs:
47
uses: pypa/gh-action-pypi-publish@release/v1
48
with:
49
repository-url: https://test.pypi.org/legacy/
50
+ verbose: true
51
- name: Publish package
52
if: github.event_name == 'release'
53
54
+ with:
55
0 commit comments