Skip to content

Commit 8552349

Browse files
committed
up wheel
1 parent a484e89 commit 8552349

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/wheels.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,15 @@ jobs:
5050
with:
5151
submodules: true
5252

53+
- name: Set CMAKE_GENERATOR for Windows
54+
if: matrix.os == 'windows-latest'
55+
run: echo "CMAKE_GENERATOR=MinGW Makefiles" >> $GITHUB_ENV
56+
5357
- uses: pypa/[email protected]
5458
env:
5559
CIBW_ARCHS_MACOS: universal2
5660
CIBW_ARCHS_WINDOWS: auto ARM64
61+
CMAKE_GENERATOR: ${{ env.CMAKE_GENERATOR }}
5762

5863
- name: Verify clean directory
5964
run: git diff --exit-code
@@ -63,7 +68,6 @@ jobs:
6368
with:
6469
path: wheelhouse/*.whl
6570

66-
6771
upload_all:
6872
name: Upload if release
6973
needs: [build_wheels, build_sdist]

0 commit comments

Comments
 (0)