Skip to content

Commit 2c735aa

Browse files
committed
chore: temp publish fix
1 parent 66429d2 commit 2c735aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-libecalc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# release-created: ${{ steps.release-created.outputs.release_created }}
4444
publish-libecalc-to-pypi:
4545
# needs: check-release-created
46-
if: ${{ needs.check-release-created.outputs.release-created == 'true' }}
46+
# if: ${{ needs.check-release-created.outputs.release-created == 'true' }}
4747
environment:
4848
name: pypi
4949
url: https://pypi.org/project/libecalc/

0 commit comments

Comments
 (0)