Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Nov 10, 2023
1 parent 84b3936 commit 1efce6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_*"
Expand Down

0 comments on commit 1efce6a

Please sign in to comment.