Skip to content

Commit

Permalink
fix: revert release change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 16, 2024
1 parent c1814f8 commit 8e60639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:

- name: check release state
run: |
echo "release: ${{ steps.release.outputs.released == 'true' }}"
echo "release: ${{ steps.release.outputs.released}}"
outputs:
release: steps.release.outputs.released == 'true'
release: ${{steps.release.outputs.released }}

build_wheels:
name: Build wheels on ${{ matrix.python-version }}
Expand Down

0 comments on commit 8e60639

Please sign in to comment.