Skip to content

Commit

Permalink
Update VERSION and dask_cuda/_version.py as before
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Dec 5, 2023
1 parent 33634a9 commit 67dfdc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ source rapids-date-string
package_name=dask-cuda
version=$(rapids-generate-version)

sed -i "s/^version = .*/version = \"${version}\"/g" "pyproject.toml"
echo "${version}" | tr -d '"' > VERSION
sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "dask_cuda/_version.py"

python -m pip wheel . -w dist -vvv --no-deps --disable-pip-version-check

Expand Down

0 comments on commit 67dfdc9

Please sign in to comment.