From 096b0fa03638e016e3d26f83717a289c958993b4 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Fri, 10 Jan 2025 04:48:19 -0800 Subject: [PATCH] [CI] Move location of meta.json --- ops/pipeline/build-cuda.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ops/pipeline/build-cuda.sh b/ops/pipeline/build-cuda.sh index 5e2f2401f1eb..182640e54e36 100755 --- a/ops/pipeline/build-cuda.sh +++ b/ops/pipeline/build-cuda.sh @@ -93,6 +93,10 @@ then python3 ops/pipeline/manage-artifacts.py upload \ --s3-bucket xgboost-nightly-builds \ --prefix ${BRANCH_NAME}/${GITHUB_SHA} --make-public \ - python-package/dist/*.whl python-package/dist/meta.json + python-package/dist/*.whl + python3 ops/pipeline/manage-artifacts.py upload \ + --s3-bucket xgboost-nightly-builds \ + --prefix ${BRANCH_NAME} --make-public \ + python-package/dist/meta.json fi fi