You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! There will inevitably be errors that cargo publish will report that cargo package cannot (e.g. a duplicate package on crates.io), so the charter of cargo package isn't so much to guarantee that cargo publish will succeed so much as just making sure the packing step itself succeeds. As a result I don't believe that this is a bug, so closing.
If you create a package with a keyword specified with multiple words,
cargo package
works fine butcargo publish
errors with:I think that
cargo package
should probably try to catch this error.The text was updated successfully, but these errors were encountered: