Skip to content

Commit 88eee28

Browse files
authored
Update CIBW settings in wheels.yml
1 parent c2a2b9e commit 88eee28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Build wheels
3535
run: python -m cibuildwheel --output-dir wheelhouse
3636
env:
37-
MACOSX_DEPLOYMENT_TARGET: "14.0"
38-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
39-
CIBW_SKIP: "*-musllinux* *-win32" # Skip 32-bit Windows
37+
CIBW_BUILD_VERBOSITY: 3
38+
CIBW_BUILD: ""cp312-win_amd64"
39+
#CIBW_SKIP: "*-musllinux* *-win32"
4040
CIBW_BEFORE_ALL_WINDOWS: >
4141
C:\vcpkg\bootstrap-vcpkg.bat &&
4242
C:\vcpkg\vcpkg install hdf5:x64-windows gsl:x64-windows boost:x64-windows &&

0 commit comments

Comments
 (0)