Skip to content

Commit

Permalink
Fix package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
windoze committed Aug 25, 2023
1 parent 7ac94dc commit 4fce795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build wheels - universal2
uses: PyO3/maturin-action@v1
with:
args: --release --universal2 --out dist -m python/Cargo.toml
args: --release --target universal2-apple-darwin --out dist -m python/Cargo.toml
- name: Install built wheel - universal2
run: |
pip install feathrpiper --no-index --find-links dist --force-reinstall
Expand Down
2 changes: 1 addition & 1 deletion java/feathrpiper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

group = "com.linkedin.feathr.online"
version = "0.4.8"
version = "0.4.9"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 4fce795

Please sign in to comment.