Skip to content

Commit

Permalink
Fix build wheel path
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Dec 5, 2023
1 parent 936ca9c commit 33634a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ source rapids-configure-sccache
source rapids-date-string

package_name=dask-cuda
package_dir="pip/${package_name}"
version=$(rapids-generate-version)

sed -i "s/^version = .*/version = \"${version}\"/g" "${package_dir}/pyproject.toml"
sed -i "s/^version = .*/version = \"${version}\"/g" "pyproject.toml"

cd "${package_dir}"
python -m pip wheel . -w dist -vvv --no-deps --disable-pip-version-check

RAPIDS_PY_WHEEL_NAME="${package_name}" rapids-upload-wheels-to-s3 dist

0 comments on commit 33634a9

Please sign in to comment.