kevinjqliu commented on issue #2863: URL: https://github.com/apache/iceberg-rust/issues/2863#issuecomment-5041339096
Yep, its a crates.io publishing quirk. Heres the docs: https://crates.io/docs/trusted-publishing > Your crate must already be published to crates.io (initial publish requires an API token) We can harden the publishing by removing the API token (from the github workflow) after the first version publish. And enable trusted publishing for all new versions For example, this is for the `iceberg` crate https://crates.io/crates/iceberg/settings <img width="951" height="321" alt="Image" src="https://github.com/user-attachments/assets/725b7a89-809b-4a53-859e-773cf37db92e" /> -- 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]
