We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1754354 commit 68305c9Copy full SHA for 68305c9
.github/workflows/lib-build-and-push.yml
@@ -74,6 +74,7 @@ jobs:
74
echo "matrix=$(cat /tmp/matrix.json)" >> $GITHUB_OUTPUT
75
76
build-wheels:
77
+ if: inputs.target != ''
78
name: Build wheels for ${{ matrix.target }} on ${{ matrix.os }}
79
runs-on: ${{ matrix.os }}
80
needs: prepare-matrix
0 commit comments