Skip to content

Commit be2154f

Browse files
committed
GHA: testing.
1 parent 4e378fd commit be2154f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,10 @@ jobs:
150150
env:
151151
CIBW_ARCHS: auto64
152152
CIBW_BUILD: 'cp*'
153-
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=13.0
154-
# Note: the value of CIBW_ENVIRONMENT_MACOS must be in sync with that of MACOS_DEPLOYMENT_TARGET in
155-
# CMakelists.txt.
153+
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=13
154+
# Note #1: the value of CIBW_ENVIRONMENT_MACOS must be in sync with that of MACOS_DEPLOYMENT_TARGET in
155+
# CMakelists.txt.
156+
# Note #2: for some reasons, we need to specify the minor version, hence using 13.0 instead of 13.
156157
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
157158
CIBW_SKIP: 'cp36* cp37* cp38* *musllinux*'
158159
- name: Upload Python wheel artifacts

0 commit comments

Comments
 (0)