We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead1871 commit bad27f2Copy full SHA for bad27f2
1 file changed
.github/workflows/main.yaml
@@ -45,6 +45,7 @@ jobs:
45
- name: Publish package to Test PyPI (always)
46
uses: pypa/gh-action-pypi-publish@release/v1
47
with:
48
+ verbose: 'true'
49
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
50
repository_url: https://test.pypi.org/legacy/
51
skip_existing: true
0 commit comments