From 1efce6ad9ae763ed1e5e8dd2704bffdd22aa9c1f Mon Sep 17 00:00:00 2001 From: edgar Date: Fri, 10 Nov 2023 12:21:54 +0100 Subject: [PATCH] try again --- .github/workflows/pypi-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 2a3146b3..e7777e7d 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -29,9 +29,9 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 env: - CIBW_MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux2014_aarch64:latest + #CIBW_MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux2014_aarch64:latest # NOTE: this is required to build grpcio safely - CIBW_BEFORE_BUILD: pip install -U grpcio==1.56.2 grpcio-tools==1.56.2 + CIBW_BEFORE_BUILD: "pip install --nobinary :all: grpcio==1.56.2 grpcio-tools==1.56.2 --ignore-installed" CIBW_BUILD: "cp38-*" # Disable building PyPy wheels on all platforms CIBW_SKIP: "pp* *-musllinux_*"