We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869c885 commit 9e0f32bCopy full SHA for 9e0f32b
.github/workflows/wheels.yml
@@ -37,7 +37,7 @@ jobs:
37
OMPL_BUILD_ARCH: ${{ matrix.arch }}
38
# NOTE: Many combinations of OS, arch, and Python version can be built
39
# depending on your patience. For example:
40
- CIBW_BUILD: cp3{10,11,12,13}-macosx_${{ matrix.arch }} cp3{10,11,12,13}-manylinux_${{ matrix.arch }}
+ CIBW_BUILD: cp3{10,11,12,13}-macosx_{x86_64,arm64} cp3{10,11,12,13}-manylinux_${{ matrix.arch }} cp3{10,11,12,13}-win_am64
41
CIBW_BUILD_VERBOSITY: 1
42
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET="14.0"
43
- name: Upload wheels artifact
0 commit comments