We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e378fd commit be2154fCopy full SHA for be2154f
1 file changed
.github/workflows/cd.yml
@@ -150,9 +150,10 @@ jobs:
150
env:
151
CIBW_ARCHS: auto64
152
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.
+ CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=13
+ # Note #1: the value of CIBW_ENVIRONMENT_MACOS must be in sync with that of MACOS_DEPLOYMENT_TARGET in
+ # CMakelists.txt.
156
+ # Note #2: for some reasons, we need to specify the minor version, hence using 13.0 instead of 13.
157
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
158
CIBW_SKIP: 'cp36* cp37* cp38* *musllinux*'
159
- name: Upload Python wheel artifacts
0 commit comments