rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
272 stars 67 forks source link

Don't append CUDA suffix to python pkg name #523

Closed raydouglass closed 1 year ago

raydouglass commented 1 year ago

By convention, the python package name should not include the CUDA suffix.

https://github.com/rapidsai/cuxfilter/blob/branch-23.08/ci/release/apply_wheel_modifications.sh#L13 handles adding the suffix when needed.

This fixes using the wrong suffix in CUDA 11 builds such as https://github.com/rapidsai/cuxfilter/actions/runs/5814188510/job/15763351108#step:9:376