Skip to content

Commit

Permalink
python polars 0.14.5 (#4545)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Aug 23, 2022
1 parent 777b61d commit 0607744
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-py-release-manylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
manylinux: '2_24'
maturin-version: '0.13.0'
command: publish
args: -m py-polars/Cargo.toml --skip-existing --no-sdist -o wheels -i python -u ritchie46
args: -m py-polars/Cargo.toml --skip-existing -o wheels -i python -u ritchie46
# needed for docker on apple m1
- name: publish aarch64
uses: messense/maturin-action@main
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
manylinux: '2_24'
maturin-version: '0.13.0'
command: publish
args: -m py-polars/Cargo.toml --skip-existing --no-sdist -o wheels -i python -u ritchie46
args: -m py-polars/Cargo.toml --skip-existing -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.14.4"
version = "0.14.5"
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 0607744

Please sign in to comment.