We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2464cd4 commit 82a84a7Copy full SHA for 82a84a7
.github/workflows/publish-to-test-pypi.yml
@@ -42,3 +42,4 @@ jobs:
42
- name: Publish distribution 📦 to PyPI
43
if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main'
44
uses: pypa/gh-action-pypi-publish@release/v1
45
+ skip-existing: true
0 commit comments