We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f618547 commit 4f28dc6Copy full SHA for 4f28dc6
.github/workflows/ci.yml
@@ -62,8 +62,10 @@ jobs:
62
uses: pypa/gh-action-pypi-publish@release/v1
63
# NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.
64
# See https://github.com/actions/runner/issues/1173
65
+ if: steps.release.outputs.released == 'true'
66
67
- name: Publish package distributions to GitHub Releases
68
uses: python-semantic-release/upload-to-gh-release@main
69
70
with:
71
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments