We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba4346 commit a9c4c37Copy full SHA for a9c4c37
.github/workflows/build_wppm_test_publish.yml
@@ -89,6 +89,5 @@ jobs:
89
- uses: pypa/gh-action-pypi-publish@release/v1
90
with:
91
repository-url: https://test.pypi.org/legacy/
92
- skip-existing: true
93
- verbose: true # Enable verbose output
94
-
+ skip-existing: true
+ verbose: true # Enable verbose output
0 commit comments