Skip to content

Commit

Permalink
update delta-kernel-rust-sharing-wrapper to 0.2.1 and fix path in wor…
Browse files Browse the repository at this point in the history
…kflows (#625)

* update delta-kernel-rust-sharing-wrapper to 0.2.1

* fix names in build workflow
  • Loading branch information
PatrickJin-db authored Dec 20, 2024
1 parent 94839f8 commit 1a1e6fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-kernel-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Build delta-kernel-rust-sharing-wrapper wheels for 4 OS and 2 architecture
on:
push:
paths:
- python/delta-sharing-kernel/**
- python/delta-kernel-rust-sharing-wrapper/**
- .github/workflows/**
pull_request:
paths:
- python/delta-sharing-kernel/**
- python/delta-kernel-rust-sharing-wrapper/**
- .github/workflows/**

jobs:
Expand Down
2 changes: 1 addition & 1 deletion python/delta-kernel-rust-sharing-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "delta-kernel-rust-sharing-wrapper"
edition = "2021"
license = "Apache-2.0"
version = "0.2.0"
version = "0.2.1"

[lib]
name = "delta_kernel_rust_sharing_wrapper"
Expand Down

0 comments on commit 1a1e6fa

Please sign in to comment.