We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfe72e commit 2d66f21Copy full SHA for 2d66f21
.github/workflows/ci.yml
@@ -62,10 +62,8 @@ 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