Skip to content

Commit

Permalink
test: try out how to send data over
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 16, 2024
1 parent 154f8a1 commit 14c15ef
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 }}"
echo "release: ${{ steps.release.outputs.released == 'true' }}"
outputs:
release: steps.release.outputs.released
release: steps.release.outputs.released == 'true'

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

0 comments on commit 14c15ef

Please sign in to comment.