Skip to content

Commit

Permalink
Merge branch 'branch-23.04' into 12083
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Mar 22, 2023
2 parents 4bf1b91 + f567cf5 commit 1545ea4
Show file tree
Hide file tree
Showing 6 changed files with 759 additions and 566 deletions.
6 changes: 0 additions & 6 deletions ci/release/apply_wheel_modifications.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
VERSION=${1}
CUDA_SUFFIX=${2}

# __init__.py versions
sed -i "s/__version__ = .*/__version__ = \"${VERSION}\"/g" python/cudf/cudf/__init__.py
sed -i "s/__version__ = .*/__version__ = \"${VERSION}\"/g" python/dask_cudf/dask_cudf/__init__.py
sed -i "s/__version__ = .*/__version__ = \"${VERSION}\"/g" python/cudf_kafka/cudf_kafka/__init__.py
sed -i "s/__version__ = .*/__version__ = \"${VERSION}\"/g" python/custreamz/custreamz/__init__.py

# pyproject.toml versions
sed -i "s/^version = .*/version = \"${VERSION}\"/g" python/cudf/pyproject.toml
sed -i "s/^version = .*/version = \"${VERSION}\"/g" python/dask_cudf/pyproject.toml
Expand Down
Loading

0 comments on commit 1545ea4

Please sign in to comment.