We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a580cfc commit 7fef7aeCopy full SHA for 7fef7ae
.github/workflows/cibuildwheel.yml
@@ -68,7 +68,7 @@ jobs:
68
69
70
build-wheels:
71
- needs: [build_sdist]
+ needs: [build_sdist, testing]
72
name: Build wheels on ${{ matrix.os }} (${{ matrix.cibw_archs }})
73
runs-on: ${{ matrix.os }}
74
env:
0 commit comments