Skip to content

Commit 6c4656e

Browse files
committed
Skip existing wheels when publishing to PyPi
1 parent 8a85e36 commit 6c4656e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ jobs:
3535
files: dist/*.whl
3636
- name: Publish release distributions to PyPI
3737
uses: pypa/gh-action-pypi-publish@release/v1
38+
with:
39+
skip-existing: true

0 commit comments

Comments
 (0)