Skip to content

Commit c6a7c36

Browse files
committed
debug
1 parent 91c1a7e commit c6a7c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
env:
141141
TWINE_USERNAME: __token__
142142
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
143-
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
143+
run: twine upload --verbose --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*
144144

145145
publish-pypi:
146146
name: Publish to PyPI

0 commit comments

Comments
 (0)