Skip to content

Commit

Permalink
fixed wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshJaya committed Feb 26, 2025
1 parent b17345f commit e3bd0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_wheel_cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python -m auditwheel repair \
--exclude libkvikio.so \
--exclude librapids_logger.so \
-w ${wheel_dir} \
${initial_wheel_dir}/*
"${initial_wheel_dir}"/*

./ci/validate_wheel.sh ${package_dir} ${wheel_dir}

Expand Down
2 changes: 1 addition & 1 deletion ci/build_wheel_pylibcudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python -m auditwheel repair \
--exclude libkvikio.so \
--exclude librapids_logger.so \
-w ${wheel_dir} \
${package_dir}/dist/*
"${initial_wheel_dir}"/*

./ci/validate_wheel.sh ${package_dir} ${wheel_dir}

Expand Down

0 comments on commit e3bd0ca

Please sign in to comment.