Skip to content

Commit

Permalink
CDing into proper file to build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 9, 2024
1 parent 8f7aefc commit fd2c45e
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 @@ -22,7 +22,7 @@ jobs:
tar xvf grpcio-1.63.0.tar.gz
- name: Build wheel and upload to GCS
run: |
cd grpcio-1.63.0
python -m pip install --user --upgrade build
python -m build
WHEEL_FILE=$(find ./dist/*.whl)
Expand Down

0 comments on commit fd2c45e

Please sign in to comment.