File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,14 @@ jobs:
9797 ./bin/gitversion --hash-only > build/${QUIP_ARCH}/VERSION
9898 echo "CIBW_ENVIRONMENT=$CIBW_ENVIRONMENT"
9999 if [ "$RUNNER_OS" == "macOS" ]; then
100- export CIBW_SKIP="cp27-* cp35-* cp36-* cp311-* pp* *musllinux *"
100+ export CIBW_SKIP="cp27-* cp35-* cp36-* pp *"
101101 python -m cibuildwheel --output-dir wheelhouse --archs $ARCHS build/${QUIP_ARCH}
102102 else
103103 for CIBW_MANYLINUX_X86_64_IMAGE in manylinux2010 manylinux2014; do
104104 if [ "$CIBW_MANYLINUX_X86_64_IMAGE" == "manylinux2010" ]; then
105105 export CIBW_SKIP="cp27-* cp35-* cp36-* cp310-* cp311-* pp* *musllinux*"
106106 else
107- export CIBW_SKIP="cp27-* cp35-* cp36-* cp311-* pp* *musllinux*"
107+ export CIBW_SKIP="cp27-* cp35-* cp36-* pp* *musllinux*"
108108 fi
109109 export CIBW_MANYLINUX_X86_64_IMAGE
110110 python -m cibuildwheel --output-dir wheelhouse --archs $ARCHS build/${QUIP_ARCH}
You can’t perform that action at this time.
0 commit comments