dannycjones commented on PR #2715: URL: https://github.com/apache/iceberg-rust/pull/2715#issuecomment-4854782807
> > I'm a little wary since we do not do a publish to crates.io until after RC, so if something goes wrong there, we've already published the Python bindings release. > > ah, i think that's exactly why we (i?) added the dependency link originally 😄 > > i prefer to keep them separate and just manually fix/upload if `publish.yml` fails (thats what we did last time). It would be good to verify that `publish.yml` can run properly during release. Maybe we can add publishing to crates.io as part of the RC process, the crates can be published as pre-release artifacts. OK, sounds good. I'll open an issue on publishing pre-release artifacts as I believe that is supported by crates.io (the rc crate wouldn't be picked up unless explicitly asked for) and rework this PR to be independent of `publish.yml`. -- 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]
