Skip to content

Commit 2d66f21

Browse files
committed
Temporary CI change to allow publishing of package
1 parent 1dfe72e commit 2d66f21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ jobs:
6262
uses: pypa/gh-action-pypi-publish@release/v1
6363
# NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.
6464
# See https://github.com/actions/runner/issues/1173
65-
if: steps.release.outputs.released == 'true'
6665

6766
- name: Publish package distributions to GitHub Releases
6867
uses: python-semantic-release/upload-to-gh-release@main
69-
if: steps.release.outputs.released == 'true'
7068
with:
7169
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)