We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78917a commit 9ac0515Copy full SHA for 9ac0515
.github/workflows/pypi-publish.yaml
@@ -50,4 +50,5 @@ jobs:
50
- name: Publish distribution 📦 to TestPyPI
51
uses: pypa/gh-action-pypi-publish@release/v1
52
with:
53
- repository-url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
54
+ verbose: true
0 commit comments