We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e029e3f commit a4def42Copy full SHA for a4def42
1 file changed
.github/workflows/publish-to-test-pypi.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
30
repository_url: https://test.pypi.org/legacy/
31
+ skip_existing: true
32
# - name: Publish distribution 📦 to PyPI
33
# if: startsWith(github.ref, 'refs/tags')
34
# uses: pypa/gh-action-pypi-publish@master
0 commit comments