Skip to content

Commit 9e0f32b

Browse files
authored
Update wheels.yml
1 parent 869c885 commit 9e0f32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
OMPL_BUILD_ARCH: ${{ matrix.arch }}
3838
# NOTE: Many combinations of OS, arch, and Python version can be built
3939
# 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 }}
40+
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
4141
CIBW_BUILD_VERBOSITY: 1
4242
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET="14.0"
4343
- name: Upload wheels artifact

0 commit comments

Comments
 (0)