We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66429d2 commit 2c735aaCopy full SHA for 2c735aa
.github/workflows/publish-libecalc.yml
@@ -43,7 +43,7 @@ jobs:
43
# release-created: ${{ steps.release-created.outputs.release_created }}
44
publish-libecalc-to-pypi:
45
# needs: check-release-created
46
- if: ${{ needs.check-release-created.outputs.release-created == 'true' }}
+ # if: ${{ needs.check-release-created.outputs.release-created == 'true' }}
47
environment:
48
name: pypi
49
url: https://pypi.org/project/libecalc/
0 commit comments