Skip to content

Commit

Permalink
use rapids-upload-wheels-to-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 29, 2023
1 parent bef60b0 commit f073013
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@ rapids-logger "Build wheel"
mkdir -p ./wheel-build
pip wheel . --wheel-dir=./wheel-build -vvv

WHEEL_PATH=$(find "./wheel-build" -type f -name "*.whl")
WHEEL_NAME=$(basename ${WHEEL_PATH})


rapids-logger "Upload Wheel"
RAPIDS_BUILD_TYPE="branch" rapids-upload-to-s3 ${WHEEL_NAME} ${WHEEL_PATH}
rapids-upload-wheels-to-s3 ./wheel-build

0 comments on commit f073013

Please sign in to comment.