diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 5aaf7e1f..6441e59e 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -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_*"