Skip to content

Commit

Permalink
[CI] Move location of meta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jan 10, 2025
1 parent 4500941 commit 096b0fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ops/pipeline/build-cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 096b0fa

Please sign in to comment.