We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a2b9e commit 88eee28Copy full SHA for 88eee28
1 file changed
.github/workflows/wheels.yml
@@ -34,9 +34,9 @@ jobs:
34
- name: Build wheels
35
run: python -m cibuildwheel --output-dir wheelhouse
36
env:
37
- MACOSX_DEPLOYMENT_TARGET: "14.0"
38
- CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
39
- CIBW_SKIP: "*-musllinux* *-win32" # Skip 32-bit Windows
+ CIBW_BUILD_VERBOSITY: 3
+ CIBW_BUILD: ""cp312-win_amd64"
+ #CIBW_SKIP: "*-musllinux* *-win32"
40
CIBW_BEFORE_ALL_WINDOWS: >
41
C:\vcpkg\bootstrap-vcpkg.bat &&
42
C:\vcpkg\vcpkg install hdf5:x64-windows gsl:x64-windows boost:x64-windows &&
0 commit comments