File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1717
1818[package ]
1919authors = { workspace = true }
20+ description = " DataFusion sqllogictest driver"
2021edition = { workspace = true }
2122homepage = { workspace = true }
2223license = { workspace = true }
Original file line number Diff line number Diff line change @@ -280,12 +280,9 @@ Verify that the Cargo.toml in the tarball contains the correct version
280280(cd datafusion/proto-common && cargo publish)
281281(cd datafusion/proto && cargo publish)
282282(cd datafusion/substrait && cargo publish)
283- ```
284-
285- The CLI needs a ` --no-verify ` argument because ` build.rs ` generates source into the ` src ` directory.
286-
287- ``` shell
288- (cd datafusion-cli && cargo publish --no-verify)
283+ (cd datafusion/ffi && cargo publish)
284+ (cd datafusion-cli && cargo publish)
285+ (cd datafusion/sqllogictest && cargo publish)
289286```
290287
291288### Publish datafusion-cli on Homebrew
You can’t perform that action at this time.
0 commit comments