Skip to content

Commit

Permalink
use env
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Aug 22, 2022
1 parent 8b620d1 commit 10f0ff8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-py-release-manylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
rm py-polars/README.md
cp README.md py-polars/README.md
cd py-polars
export RUSTFLAGS='-C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma'
- name: publish x64_64
uses: messense/maturin-action@main
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
RUSTFLAGS: '-C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma'
with:
rust-toolchain: nightly-2022-08-22
# don't use `2_17` it does not work: https://github.com/pola-rs/polars/runs/6107328960
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
uses: messense/maturin-action@main
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
RUSTFLAGS: '-C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma'
with:
rust-toolchain: nightly-2022-08-22
# don't use `2_17` it does not work: https://github.com/pola-rs/polars/runs/6107328960
Expand Down

0 comments on commit 10f0ff8

Please sign in to comment.