From 9045f3f314871bb42ec9b8832e090c75b00c7455 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Sat, 22 Jun 2024 20:05:31 -0700 Subject: [PATCH] Fix --- tests/buildkite/build-manylinux2014-aarch64.sh | 1 + tests/buildkite/build-manylinux2014-x86_64.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/buildkite/build-manylinux2014-aarch64.sh b/tests/buildkite/build-manylinux2014-aarch64.sh index 4ee521e561b8..3ae90cc08b46 100644 --- a/tests/buildkite/build-manylinux2014-aarch64.sh +++ b/tests/buildkite/build-manylinux2014-aarch64.sh @@ -16,6 +16,7 @@ $command_wrapper ${python_bin} tests/ci_build/rename_whl.py \ --wheel-path wheelhouse/*.whl \ --commit-hash ${BUILDKITE_COMMIT} \ --platform-tag ${WHEEL_TAG} +rm -rf python-package/dist/ mv -v wheelhouse/*.whl python-package/dist/ echo "--- Upload Python wheel" diff --git a/tests/buildkite/build-manylinux2014-x86_64.sh b/tests/buildkite/build-manylinux2014-x86_64.sh index f25456ec3387..82f69079c070 100644 --- a/tests/buildkite/build-manylinux2014-x86_64.sh +++ b/tests/buildkite/build-manylinux2014-x86_64.sh @@ -16,6 +16,7 @@ $command_wrapper ${python_bin} tests/ci_build/rename_whl.py \ --wheel-path wheelhouse/*.whl \ --commit-hash ${BUILDKITE_COMMIT} \ --platform-tag ${WHEEL_TAG} +rm -rf python-package/dist/ mv -v wheelhouse/*.whl python-package/dist/ echo "--- Upload Python wheel"