Skip to content

Warnings about incorrect README location when publishing crates #5596

@andygrove

Description

@andygrove

Describe the bug

There was a recent change to add a [workspace.package] section in the top level Cargo.toml, with the readme specified there. This does not appear to be working as intended, as it is trying to publish the top-level README in each crate.

warning: readme `../../README.md` appears to be a path outside of the package, but there is already a file named `README.md` in the root of the package. The archived crate will contain the copy in the root of the package. Update the readme to point to the path relative to the root of the package to remove this warning.

To Reproduce

Expected behavior

Additional context

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdevelopment-processRelated to development process of DataFusion

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions