Skip to content

Commit

Permalink
add pyo3 with python version when buildoing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Apr 28, 2024
1 parent e0a62b4 commit b50cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist -m rust/alluxiocommon/Cargo.toml
args: --release -i python${{ matrix.python-version }} --out dist -m rust/alluxiocommon/Cargo.toml
manylinux: auto


Expand Down

0 comments on commit b50cd32

Please sign in to comment.