30
30
RUSTFLAGS : -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
31
31
with :
32
32
rust-toolchain : nightly-2022-12-20
33
- maturin-version : ' 0.13.5 '
33
+ maturin-version : ' 0.14.10 '
34
34
command : publish
35
35
args : -m py-polars/Cargo.toml --skip-existing -o wheels -u ritchie46
36
36
56
56
with :
57
57
rust-toolchain : nightly-2022-12-20
58
58
target : aarch64-unknown-linux-gnu
59
- maturin-version : ' 0.13.5 '
59
+ maturin-version : ' 0.14.10 '
60
60
command : publish
61
61
args : -m py-polars/Cargo.toml --skip-existing --no-sdist -o wheels -i python -u ritchie46
62
62
86
86
RUSTFLAGS : -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
87
87
with :
88
88
rust-toolchain : nightly-2022-12-20
89
- maturin-version : ' 0.13.5 '
89
+ maturin-version : ' 0.14.10 '
90
90
command : publish
91
91
args : -m py-polars/Cargo.toml --skip-existing -o wheels -u ritchie46
92
92
@@ -113,7 +113,7 @@ jobs:
113
113
RUSTFLAGS : -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt --cfg use_mimalloc
114
114
with :
115
115
rust-toolchain : nightly-2022-12-20
116
- maturin-version : ' 0.13.5 '
116
+ maturin-version : ' 0.14.10 '
117
117
command : publish
118
118
args : -m py-polars/Cargo.toml --skip-existing -o wheels -u ritchie46
119
119
@@ -142,7 +142,7 @@ jobs:
142
142
RUSTFLAGS : -C target-feature=+fxsr,+sse,+sse2,+sse3,+sse4.1,+sse4.2
143
143
with :
144
144
rust-toolchain : nightly-2022-12-20
145
- maturin-version : ' 0.13.5 '
145
+ maturin-version : ' 0.14.10 '
146
146
command : publish
147
147
args : -m py-polars/Cargo.toml --no-sdist --skip-existing -o wheels -i python -u ritchie46
148
148
@@ -172,7 +172,7 @@ jobs:
172
172
env :
173
173
MATURIN_PASSWORD : ${{ secrets.PYPI_PASS }}
174
174
with :
175
- maturin-version : ' 0.13.5 '
175
+ maturin-version : ' 0.14.10 '
176
176
command : publish
177
177
args : -m py-polars/Cargo.toml --target aarch64-apple-darwin --no-sdist -o wheels -i python -u ritchie46
178
178
@@ -204,6 +204,6 @@ jobs:
204
204
# env:
205
205
# MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
206
206
# with:
207
- # maturin-version: '0.13.5 '
207
+ # maturin-version: '0.14.10 '
208
208
# command: publish
209
209
# args: -m py-polars/Cargo.toml --no-sdist --universal2 -o wheels -i python -u ritchie46
0 commit comments