fix: typo
This commit is contained in:
parent
81a5062ad2
commit
7156948c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
name: Build wheels on ${{ matrix.os }}
|
||||
|
||||
needs: check-version-exists
|
||||
if: needs.check-version-exists.outputs.version != ""
|
||||
if: needs.check-version-exists.outputs.version != ''
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue