File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189
189
target : x86_64
190
190
manylinux : auto
191
191
rustup-components : rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
192
- args : --release --manylinux 2014 --features protoc
192
+ args : --release --manylinux 2014 --features protoc,substrait
193
193
- name : Archive wheels
194
194
uses : actions/upload-artifact@v3
195
195
with :
@@ -219,7 +219,7 @@ jobs:
219
219
# Use manylinux_2_28-cross because the manylinux2014-cross has GCC 4.8.5, which causes the build to fail
220
220
manylinux : 2_28
221
221
rustup-components : rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
222
- args : --release --features protoc
222
+ args : --release --features protoc,substrait
223
223
- name : Archive wheels
224
224
uses : actions/upload-artifact@v3
225
225
with :
@@ -245,7 +245,7 @@ jobs:
245
245
rust-toolchain : stable
246
246
manylinux : auto
247
247
rustup-components : rust-std rustfmt
248
- args : --release --sdist --out dist --features protoc
248
+ args : --release --sdist --out dist --features protoc,substrait
249
249
- name : Archive wheels
250
250
uses : actions/upload-artifact@v3
251
251
with :
You can’t perform that action at this time.
0 commit comments