File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 target : x86_64
190190 manylinux : auto
191191 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
193193 - name : Archive wheels
194194 uses : actions/upload-artifact@v3
195195 with :
@@ -219,7 +219,7 @@ jobs:
219219 # Use manylinux_2_28-cross because the manylinux2014-cross has GCC 4.8.5, which causes the build to fail
220220 manylinux : 2_28
221221 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
223223 - name : Archive wheels
224224 uses : actions/upload-artifact@v3
225225 with :
@@ -245,7 +245,7 @@ jobs:
245245 rust-toolchain : stable
246246 manylinux : auto
247247 rustup-components : rust-std rustfmt
248- args : --release --sdist --out dist --features protoc
248+ args : --release --sdist --out dist --features protoc,substrait
249249 - name : Archive wheels
250250 uses : actions/upload-artifact@v3
251251 with :
You can’t perform that action at this time.
0 commit comments