Skip to content

Commit c4aad1b

Browse files
Merge pull request #520 from inknos/debug-twine-push-to-test-pypi
Set verbose: true to debug twine uploads to PypI
2 parents 9d48125 + 913eaa1 commit c4aad1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,5 @@ jobs:
122122
uses: pypa/gh-action-pypi-publish@release/v1
123123
with:
124124
repository-url: https://test.pypi.org/legacy/
125+
skip_existing: true
126+
verbose: true

0 commit comments

Comments
 (0)