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 fff4ba3 commit a9725f4Copy full SHA for a9725f4
.github/workflows/lib-build-and-push.yml
@@ -76,30 +76,11 @@ jobs:
76
build-wheels:
77
name: Build wheels ${{ matrix.os }} (${{ matrix.platform }})
78
runs-on: ${{ matrix.os }}
79
+ needs: prepare-matrix
80
strategy:
81
fail-fast: false
82
matrix:
- include:
83
- - os: ubuntu-24.04
84
- platform: x86_64
85
-
86
87
- platform: PyPy
88
89
- - os: windows-2022
90
- platform: win64
91
92
- - os: windows-latest
93
94
95
- - os: macos-14
96
- platform: all
97
98
- - os: macos-13
99
100
101
- - os: macos-latest
102
+ include: ${{ fromJson(needs.prepare-matrix.outputs.matrix) }}
103
104
steps:
105
- uses: actions/checkout@v4
0 commit comments