Skip to content

Commit

Permalink
Update release README for datafusion-cli publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jan 2, 2025
1 parent 259443d commit 680730f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,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
Expand Down

0 comments on commit 680730f

Please sign in to comment.