Skip to content

Commit

Permalink
python polars 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Dec 30, 2021
1 parent 27d0a0c commit 6190c9c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create universal2 python release
name: Create macOs universal2 python release

on:
push:
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/create-py-release-manylinux.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Create Python release manylinux

on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'py-polars-v*' # Push events to matching py-polars-v*, i.e. py-polars-v1.0, py-polars-v20.15.10
jobs:
build_manylinux:
name: Create Release manylinux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish wheel
uses: docker://konstin2/maturin:latest
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
with:
entrypoint: /bin/bash
args: .github/deploy_manylinux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Python release
name: Create Python release windows macos

on:
push:
Expand All @@ -7,7 +7,6 @@ on:
- 'py-polars-v*' # Push events to matching py-polars-v*, i.e. py-polars-v1.0, py-polars-v20.15.10
jobs:
build:
needs: build_manylinux
name: Create Release
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -46,16 +45,3 @@ jobs:
-o wheels \
-i python \
--username ritchie46 \
build_manylinux:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish wheel
uses: docker://konstin2/maturin:latest
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
with:
entrypoint: /bin/bash
args: .github/deploy_manylinux.sh
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.12.5"
version = "0.12.6"
authors = ["ritchie46 <ritchie46@gmail.com>"]
documentation = "https://pola-rs.github.io/polars/py-polars/html/reference/index.html"
edition = "2018"
Expand Down

0 comments on commit 6190c9c

Please sign in to comment.