Skip to content

Commit

Permalink
Fixing typo on targz file to be built
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 10, 2024
1 parent 21c9cb3 commit 913a1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build wheels
run: |
python -m cibuildwheel rpcio-1.63.0.tar.gz --output-dir wheelhouse
python -m cibuildwheel grpcio-1.63.0.tar.gz --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS: ${{ matrix.wheel_combinations[1] }}
Expand Down

0 comments on commit 913a1dc

Please sign in to comment.