Skip to content

Commit

Permalink
add publish for raphtory-arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed May 24, 2024
1 parent 752b331 commit 97a1caf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/_release_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
with:
command: install
args: cargo-release --force
- name: "Publish raphtory-arrow to crates.io"
if: ${{ !inputs.dry_run }}
uses: actions-rs/cargo@v1
with:
command: publish
args: --token ${{ secrets.CRATES_TOKEN }} --package raphtory-arrow --allow-dirty
- name: "Publish raphtory to crates.io"
if: ${{ !inputs.dry_run }}
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion raphtory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ search = ["dep:tantivy"]
vectors = ["dep:futures-util", "dep:async-trait", "dep:async-openai"]
# arrow
arrow = [
"dep:raphtory-arrow",
"raphtory-arrow",
"dep:polars-arrow",
"dep:polars-utils",
"dep:polars-parquet",
Expand Down

0 comments on commit 97a1caf

Please sign in to comment.