We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d7273 commit 02cc63fCopy full SHA for 02cc63f
1 file changed
.github/workflows/build_and_publish.yml
@@ -47,6 +47,7 @@ jobs:
47
48
- name: Publish distribution to PyPI
49
if: github.ref_type == 'tag'
50
+ continue-on-error: true # Ignore failure to publish to PyPI (e.g., when re-tagging a release)
51
uses: pypa/gh-action-pypi-publish@release/v1
52
with:
53
user: __token__
0 commit comments