We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0328d31 commit 939e444Copy full SHA for 939e444
.github/workflows/ci.yaml
@@ -47,4 +47,5 @@ jobs:
47
- name: Publish SDK 📦 to PyPI
48
uses: pypa/gh-action-pypi-publish@master
49
with:
50
+ skip_existing: true
51
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments