Skip to content

Commit

Permalink
cibuildwheel did not suppot project expand in repair step
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jan 4, 2025
1 parent 7f83fb3 commit aa41c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +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} &&
cp /project/ta-lib-install/lib/* {dest_dir} &&
auditwheel repair --lib-sdir $pwd -w {dest_dir} {wheel}
- name: Set wheel name
run: |
Expand Down

0 comments on commit aa41c5c

Please sign in to comment.