fix: typo

This commit is contained in:
Oskar Manhart 2025-05-31 12:09:03 +02:00
parent 81a5062ad2
commit 7156948c0d

View file

@ -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: