Skip to content

Commit 642c695

Browse files
committed
fix deploy
1 parent 1827fe6 commit 642c695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ci/deploy.sh bump_py_version $version
4848
- name: Build a binary wheel
4949
run: |
50-
../ci/deploy.sh install_pyarrow
50+
ci/deploy.sh install_pyarrow
5151
pip install setuptools wheel Cython numpy pytest
5252
cd python
5353
pip list

0 commit comments

Comments
 (0)