Skip to content

Commit

Permalink
bump 0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Apr 1, 2024
1 parent 23dad85 commit 1040b36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
run: cd oxen && maturin build --release --out dist --sdist --interpreter ${PY_LOCATION}/bin/python
if: matrix.platform.name == 'Ubuntu Latest'
- name: Upload wheels
uses: actions/upload-artifact/merge@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: oxen/dist
Expand Down
2 changes: 1 addition & 1 deletion oxen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oxen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxen"
version = "0.14.7"
version = "0.14.8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 1040b36

Please sign in to comment.