We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3aac43 commit 78e3f4fCopy full SHA for 78e3f4f
.github/workflows/wheels.yml
@@ -86,6 +86,8 @@ jobs:
86
87
- name: Build wheel
88
uses: pypa/[email protected]
89
+ env:
90
+ CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.build_platform[1] }}
91
with:
92
output-dir: wheelhouse
93
0 commit comments