We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696fc9e commit 24a9181Copy full SHA for 24a9181
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -81,6 +81,7 @@ jobs:
81
uses: pypa/gh-action-pypi-publish@release/v1
82
with:
83
repository-url: https://test.pypi.org/legacy/
84
+ skip-existing: true
85
86
publish-to-pypi:
87
name: Publish to PyPI
@@ -101,3 +102,5 @@ jobs:
101
102
path: dist/
103
- name: Publish distribution to PyPI
104
105
+ with:
106
0 commit comments