Skip to content

Commit

Permalink
Upload from noarch directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 18, 2024
1 parent 5d8fb28 commit 9e55d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ set -euo pipefail

UPLOAD_PACKAGES="${1:-false}"

PKG_DIR="${PWD}/conda_package/"
PKG_DIR="${PWD}/conda_package"
rapids-conda-retry mambabuild --output-folder "${PKG_DIR}" conda/recipes/rapids-build-backend

if [ "$UPLOAD_PACKAGES" = "true" ]; then
# TODO: Figure out the best way to get CONDA_PKG_FILE
rapids-retry anaconda -t "${RAPIDS_CONDA_TOKEN}" upload --label main --skip-existing --no-progress "${PKG_DIR}/*"
rapids-retry anaconda -t "${RAPIDS_CONDA_TOKEN}" upload --label main --skip-existing --no-progress "${PKG_DIR}/noarch/*.tar.bz2"
fi

0 comments on commit 9e55d80

Please sign in to comment.