This is an automated email from the ASF dual-hosted git repository.
comphead 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 33437f7a34 Update release README for datafusion-cli publishing (#13982)
33437f7a34 is described below
commit 33437f7a34b51e9636beafece8bc553fe9f6ca74
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Jan 3 16:10:13 2025 -0500
Update release README for datafusion-cli publishing (#13982)
---
dev/release/README.md | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index 0c0f6ffb21..8990c82206 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -295,12 +295,7 @@ Verify that the Cargo.toml in the tarball contains the
correct version
(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.
-
-```shell
-(cd datafusion-cli && cargo publish --no-verify)
+(cd datafusion-cli && cargo publish)
```
### Publish datafusion-cli on Homebrew
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]