Skip to content

Commit

Permalink
minor: include datafusion-ffi in publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Nov 10, 2024
1 parent 0f584c8 commit 098bf2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 098bf2b

Please sign in to comment.