This is an automated email from the ASF dual-hosted git repository.
timsaucer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 619fa938e2 minor: include datafusion-ffi in publishing instructions
(#13333)
619fa938e2 is described below
commit 619fa938e2f720f91927f4ec07a8f8b4d86141d3
Author: Andrew Lamb <[email protected]>
AuthorDate: Sun Nov 10 06:59:56 2024 -0500
minor: include datafusion-ffi in publishing instructions (#13333)
---
dev/release/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/release/README.md b/dev/release/README.md
index 5210c23974..cac8ea654f 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -281,6 +281,7 @@ Verify that the Cargo.toml in the tarball contains the
correct version
(cd datafusion/proto-common && cargo publish)
(cd datafusion/proto && cargo publish)
(cd datafusion/substrait && cargo publish)
+(cd datafusion/ffi && cargo publish)
```
The CLI needs a `--no-verify` argument because `build.rs` generates source
into the `src` directory.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]