We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c9cb3 commit 913a1dcCopy full SHA for 913a1dc
.github/workflows/build_python_deps_linux.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Build wheels
51
run: |
52
- python -m cibuildwheel rpcio-1.63.0.tar.gz --output-dir wheelhouse
+ python -m cibuildwheel grpcio-1.63.0.tar.gz --output-dir wheelhouse
53
# to supply options, put them in 'env', like:
54
env:
55
CIBW_ARCHS: ${{ matrix.wheel_combinations[1] }}
0 commit comments