Commit e0aebfd
authored
add a README for wheels (#504)
Wheel-building CI jobs are failing like this:
> Checking
final_dist/cuvs_cu12-25.2.0a26-cp310-cp310-manylinux_2_28_aarch64.whl:
FAILED due to warnings
> WARNING `long_description` missing.
> Error: Process completed with exit code 1.
([build
link](https://github.com/rapidsai/cuvs/actions/runs/12133882036))
Looks like the root cause is a combination of the following:
* there was a new `twine` release (6.x) 3 days ago:
https://pypi.org/project/twine/#history
* it contains pypa/twine#1168, which makes
`twine check --strict` fail if the wheel's `long_description` is empty
* the `cuvs` wheel README (used as the wheel `long_description`) is
empty
This proposes adding a small README, with just 2 sentences copied from
the project's root-level README, to get past that check.
## Notes for Reviewers
The `long_description` becomes the project homepage when a project is
hosted on PyPI. The wheels produced from this repo aren't currently
being published to pypi.org so this change won't be seen there, but a
more user-friendly README should be added if/when we decide to publish
`cuvs-cu{11,12}` to pypi.org.
ref: rapidsai/build-planning#701 parent 441d2f1 commit e0aebfd
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments