Skip to content

Commit 4e551d4

Browse files
committed
fix manylinux build
1 parent ca0e275 commit 4e551d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/manylinux_build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ yum -y install llvm-toolset-7.0
44
source scl_source enable llvm-toolset-7.0
55
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
66
export PATH="${PATH}:/root/.cargo/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/python/cp39-cp39/bin:/opt/python/cp310-cp310/bin:/opt/python/cp311-cp311/bin"
7-
cd python
87
python3 -m pip install poetry
98
poetry install
10-
poetry run maturin build --release -m Cargo.toml
9+
poetry run maturin build --release -m Cargo.toml -F python

0 commit comments

Comments
 (0)