Skip to content

Commit 78e3f4f

Browse files
committed
set cibw_build value
1 parent a3aac43 commit 78e3f4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686

8787
- name: Build wheel
8888
uses: pypa/[email protected]
89+
env:
90+
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.build_platform[1] }}
8991
with:
9092
output-dir: wheelhouse
9193

0 commit comments

Comments
 (0)