Skip to content

Commit

Permalink
python polars: 0.13.59
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jul 31, 2022
1 parent e0de1f6 commit 34dd8bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-py-mac-universal2-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
maturin-version: '0.13.0'
command: publish
args: -m py-polars/Cargo.toml --no-default-features --features=all --target aarch64-apple-darwin --no-sdist -o wheels -i python -u ritchie46
args: -m py-polars/Cargo.toml --target aarch64-apple-darwin --no-sdist -o wheels -i python -u ritchie46
# uncomment to build a universal2 wheel
# we don't run it because it is twice as big and not needed because we build
# for both architectures separately
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-py-release-manylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
target: aarch64-unknown-linux-gnu
maturin-version: '0.13.0'
command: publish
args: -m py-polars/Cargo.toml --no-default-features --features=all --no-sdist -o wheels -i python -u ritchie46
args: -m py-polars/Cargo.toml --no-sdist -o wheels -i python -u ritchie46
2 changes: 1 addition & 1 deletion py-polars/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 py-polars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-polars"
version = "0.13.58"
version = "0.13.59"
authors = ["ritchie46 <ritchie46@gmail.com>"]
documentation = "https://pola-rs.github.io/polars/py-polars/html/reference/index.html"
edition = "2021"
Expand Down

0 comments on commit 34dd8bc

Please sign in to comment.