Skip to content

Commit 2b83a69

Browse files
committed
BLD: reinclude CIBW_BUILD
1 parent 3125cbb commit 2b83a69

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)