Skip to content

Commit a7484eb

Browse files
committed
allow testpypi deployment to pass when file already uploaded (testing only)
1 parent 4b91ad1 commit a7484eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ jobs:
119119
uses: pypa/gh-action-pypi-publish@v1.13.0
120120
with:
121121
repository-url: https://test.pypi.org/legacy/
122-
verbose: true
122+
verbose: true # useful debugging info (eg wrong classifiers)
123+
skip-existing: true # allows repeated testing with same tag
123124

124125
deploy-pypi:
125126
name: Deploy to PyPI

0 commit comments

Comments
 (0)