Skip to content

Commit 3125cbb

Browse files
committed
BLD: try excluding CIBW_BUILD
1 parent 0b773d7 commit 3125cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
156156
- name: Build wheel
157157
env:
158-
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
158+
# CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
159159
SRC: ${{ github.workspace }}/numpy-src
160160
run: |
161161
python -m pip install cibuildwheel==3.1.4

0 commit comments

Comments
 (0)