Skip to content

Commit

Permalink
try vanilla grpcio
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Nov 10, 2023
1 parent 76f199d commit 5de9aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_28_aarch64"
# 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 -U grpcio==1.56.2 grpcio-tools==1.56.2
CIBW_BUILD: "cp38-*"
# Disable building PyPy wheels on all platforms
CIBW_SKIP: "pp* *-musllinux_*"
Expand Down

0 comments on commit 5de9aa3

Please sign in to comment.