We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0e275 commit 4e551d4Copy full SHA for 4e551d4
.github/workflows/manylinux_build.sh
@@ -4,7 +4,6 @@ yum -y install llvm-toolset-7.0
4
source scl_source enable llvm-toolset-7.0
5
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
6
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
8
python3 -m pip install poetry
9
poetry install
10
-poetry run maturin build --release -m Cargo.toml
+poetry run maturin build --release -m Cargo.toml -F python
0 commit comments