Skip to content

Commit e0f5be1

Browse files
ci: remove condition in case upload failed
PyPi upload may fail due to server side errors. If that is the case, it prevented uploading current version, which is blocking. PyPi will handle by itself the "already released" issue if any.
1 parent 2a53a7d commit e0f5be1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ jobs:
2727

2828
# https://docs.pypi.org/trusted-publishers/using-a-publisher/
2929
- name: Publish package distributions to PyPI
30-
if: steps.release.outputs.released == 'true'
3130
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)