Skip to content

Commit

Permalink
minor: include datafusion-ffi in publishing instructions (apache#13333)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored and jayzhan211 committed Nov 12, 2024
1 parent 7b23286 commit a46d6b6
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 a46d6b6

Please sign in to comment.