Skip to content

Commit 913a1dc

Browse files
committed
Fixing typo on targz file to be built
1 parent 21c9cb3 commit 913a1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_python_deps_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Build wheels
5151
run: |
52-
python -m cibuildwheel rpcio-1.63.0.tar.gz --output-dir wheelhouse
52+
python -m cibuildwheel grpcio-1.63.0.tar.gz --output-dir wheelhouse
5353
# to supply options, put them in 'env', like:
5454
env:
5555
CIBW_ARCHS: ${{ matrix.wheel_combinations[1] }}

0 commit comments

Comments
 (0)