Skip to content

Commit

Permalink
CIBW_BEFORE_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Nov 10, 2023
1 parent f59283d commit 111cb6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
with:
platforms: arm64
- name: Install dependencies
run: python3 -m pip install --upgrade pybind11 setuptools wheel cibuildwheel==2.16.2 grpcio==1.56.2 grpcio-tools==1.56.2
run: python3 -m pip install --upgrade pybind11 setuptools wheel cibuildwheel==2.16.2
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BEFORE_BUILD: "pip install 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 111cb6b

Please sign in to comment.