Skip to content

Commit

Permalink
link so without copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jan 4, 2025
1 parent aa41c5c commit 33e756b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
LD_LIBRARY_PATH="ta-lib-install/lib"
PIP_NO_BUILD_ISOLATION=false
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
cp /project/ta-lib-install/lib/* {dest_dir} &&
auditwheel repair --lib-sdir $pwd -w {dest_dir} {wheel}
auditwheel repair --lib-sdir /project/ta-lib-install/lib -w {dest_dir} {wheel}
- name: Set wheel name
run: |
echo "WHEEL_NAME=ta_lib-${{env.TALIB_PY_VER}}-cp${PY_VER//./}-cp${PY_VER//./}-manylinux_${LDD_VERSION//./_}_x86_64.whl" >> $GITHUB_ENV
Expand Down

0 comments on commit 33e756b

Please sign in to comment.