File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248248 PIP_NO_BUILD_ISOLATION=false
249249 CIBW_REPAIR_WHEEL_COMMAND_MACOS : |
250250 export MACOSX_DEPLOYMENT_TARGET=13.7
251- export DYLD_LIBRARY_PATH="/Users/runner/work/talib-prebuilt/talib-prebuilt /ta-lib-install/lib:$DYLD_LIBRARY_PATH"
251+ export DYLD_LIBRARY_PATH="/Users/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }} /ta-lib-install/lib:$DYLD_LIBRARY_PATH"
252252 delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
253253 - name : Set wheel name
254254 run : |
@@ -292,7 +292,7 @@ jobs:
292292 PIP_NO_BUILD_ISOLATION=false
293293 CIBW_REPAIR_WHEEL_COMMAND_MACOS : |
294294 export MACOSX_DEPLOYMENT_TARGET=14.0
295- export DYLD_LIBRARY_PATH="/Users/runner/work/talib-prebuilt/talib-prebuilt /ta-lib-install/lib:$DYLD_LIBRARY_PATH"
295+ export DYLD_LIBRARY_PATH="/Users/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }} /ta-lib-install/lib:$DYLD_LIBRARY_PATH"
296296 delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
297297 - name : Set wheel name
298298 run : |
You can’t perform that action at this time.
0 commit comments