Skip to content

Commit c5cc77c

Browse files
alambxudong963
authored andcommitted
Add publishing datafusion-sqllogictest to release README.md (apache#14233)
* Minor: Add publishing datafusion-sqllogictest to release README.md * Add description
1 parent 917588c commit c5cc77c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

datafusion/sqllogictest/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
[package]
1919
authors = { workspace = true }
20+
description = "DataFusion sqllogictest driver"
2021
edition = { workspace = true }
2122
homepage = { workspace = true }
2223
license = { workspace = true }

dev/release/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)