Skip to content

Commit 24a9181

Browse files
committed
Fix yaml file
1 parent 696fc9e commit 24a9181

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
uses: pypa/gh-action-pypi-publish@release/v1
8282
with:
8383
repository-url: https://test.pypi.org/legacy/
84+
skip-existing: true
8485

8586
publish-to-pypi:
8687
name: Publish to PyPI
@@ -101,3 +102,5 @@ jobs:
101102
path: dist/
102103
- name: Publish distribution to PyPI
103104
uses: pypa/gh-action-pypi-publish@release/v1
105+
with:
106+
skip-existing: true

0 commit comments

Comments
 (0)