Skip to content

Commit 11d40c2

Browse files
committed
Add skip-existing option to PyPI publish step in CD workflow
1 parent 21fec44 commit 11d40c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
3131
- name: Publish package to PyPI
3232
uses: pypa/gh-action-pypi-publish@release/v1
33+
with:
34+
skip-existing: true
3335

3436
conda:
3537
name: build and deploy to conda (${{ matrix.os }})

0 commit comments

Comments
 (0)