kevinjqliu commented on issue #3034: URL: https://github.com/apache/iceberg-rust/issues/3034#issuecomment-5614333828
I also opened #3185 to change how we handle new crates. Our current "publish the new crate by hand after the workflow fails" instructions don't work anymore now that we publish with `cargo publish --workspace`. More details in the PR. The short version: reserve the crate name on crates.io when the crate is added, not at release time. And add a PR CI check to enforce it. For 0.11.0, someone with crates.io access needs to reserve `iceberg-property-macro` before RC2. After that the release publishes through the workflow like normal. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
