File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ set -euo pipefail
77# Set the package name
88package_name=" jupyterlab-nvdashboard"
99
10- wheel_dir=" ${RAPIDS_WHEEL_BLD_OUTPUT_DIR} "
11-
1210# Configure sccache and set the date string
1311source rapids-configure-sccache
1412source rapids-date-string
@@ -37,13 +35,11 @@ rapids-logger "Begin py build"
3735# Install build tools for Python
3836python -m pip install build
3937
40- mkdir -p " ${wheel_dir} "
41-
4238# Build the Python package
43- python -m build -s -w --outdir " ${wheel_dir } "
39+ python -m build -s -w --outdir " ${RAPIDS_WHEEL_BLD_OUTPUT_DIR } "
4440
45- ci/validate_wheel.sh " ${wheel_dir } "
41+ ci/validate_wheel.sh " ${RAPIDS_WHEEL_BLD_OUTPUT_DIR } "
4642
4743rapids-logger " Uploading JupyterLab NVDashboard wheels to S3"
4844# Upload Python wheels to S3
49- RAPIDS_PY_WHEEL_NAME=" ${package_name} " RAPIDS_PY_WHEEL_PURE=" 1" rapids-upload-wheels-to-s3 python " ${wheel_dir } "
45+ RAPIDS_PY_WHEEL_NAME=" ${package_name} " RAPIDS_PY_WHEEL_PURE=" 1" rapids-upload-wheels-to-s3 python " ${RAPIDS_WHEEL_BLD_OUTPUT_DIR } "
You can’t perform that action at this time.
0 commit comments