Skip to content

Commit 939e444

Browse files
committed
ci: do not throw error on existing pypi release
1 parent 0328d31 commit 939e444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ jobs:
4747
- name: Publish SDK 📦 to PyPI
4848
uses: pypa/gh-action-pypi-publish@master
4949
with:
50+
skip_existing: true
5051
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)