Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit a580fc2

Browse files
committed
skip exit when CI upload to pypi-test
1 parent 55d845b commit a580fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
7979
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
8080
run: |
81-
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
81+
twine upload --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*
8282
8383
8484
Installation_test:

0 commit comments

Comments
 (0)