[CI] disable pypy wheel (continued) (#2424)

there's a typo in the previous commit
This commit is contained in:
Philippe Tillet
2023-09-30 00:38:06 -07:00
committed by GitHub
parent c4f3afc020
commit 98039658d4

View File

@@ -46,8 +46,8 @@ jobs:
export CIBW_MANYLINUX_X86_64_IMAGE="quay.io/pypa/manylinux2014_x86_64:latest"
#export CIBW_MANYLINUX_PYPY_X86_64_IMAGE="quay.io/pypa/manylinux2014_x86_64:latest"
export CIBW_BEFORE_BUILD="pip install cmake;"
export CIBW_SKIP="{cp}{35,36}-*"
export CIBW_BUILD="{cp}3*-manylinux_x86_64"
export CIBW_SKIP="cp{35,36}-*"
export CIBW_BUILD="cp3*-manylinux_x86_64"
python3 -m cibuildwheel python --output-dir wheelhouse
- name: Install Azure CLI