Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 6, 2025
1 parent 73b89b4 commit c0e934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_wheel_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mkdir -p final_dist
EXCLUDE_ARGS=(
--exclude "librapids_logger.so"
)
python -m auditwheel repair --exclude "${EXCLUDE_ARGS[@]}" -w final_dist dist/*
python -m auditwheel repair "${EXCLUDE_ARGS[@]}" -w final_dist dist/*

../../ci/validate_wheel.sh final_dist

Expand Down

0 comments on commit c0e934a

Please sign in to comment.