Skip to content

Commit 02cc63f

Browse files
authored
Ignore failure to publish to PyPI in CI (#32)
1 parent 19d7273 commit 02cc63f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
4848
- name: Publish distribution to PyPI
4949
if: github.ref_type == 'tag'
50+
continue-on-error: true # Ignore failure to publish to PyPI (e.g., when re-tagging a release)
5051
uses: pypa/gh-action-pypi-publish@release/v1
5152
with:
5253
user: __token__

0 commit comments

Comments
 (0)