We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faef05e commit acf7e7eCopy full SHA for acf7e7e
.github/workflows/python-packages.yml
@@ -87,9 +87,7 @@ jobs:
87
- name: "Build wheels"
88
uses: pypa/cibuildwheel@v3.0.0
89
env:
90
- CIBW_ARCHS_LINUX: ${{ matrix.target.arch }}
91
- CIBW_ARCHS_WINDOWS: ${{ matrix.target.arch }}
92
- CIBW_ARCHS_MACOS: ${{ matrix.target.arch }}
+ CIBW_ARCHS: ${{ matrix.target.arch }}
93
CMAKE_OSX_ARCHITECTURES: ${{ matrix.target.arch }}
94
PIP_USE_PEP517: 1
95
0 commit comments