specify python as interpreter in workflow
This commit is contained in:
@@ -145,7 +145,7 @@ jobs:
|
||||
with:
|
||||
target: ${{ matrix.target }}
|
||||
manylinux: auto
|
||||
args: --release --out dist --no-sdist -m ./Cargo.toml
|
||||
args: --release --out dist --no-sdist -i python -m ./Cargo.toml
|
||||
|
||||
- name: Install built wheel
|
||||
uses: uraimo/run-on-arch-action@v2.0.5
|
||||
@@ -190,7 +190,7 @@ jobs:
|
||||
with:
|
||||
target: ${{ matrix.target }}
|
||||
manylinux: musllinux_1_2
|
||||
args: --release --out dist --no-sdist -m ./Cargo.toml
|
||||
args: --release --out dist --no-sdist -i python -m ./Cargo.toml
|
||||
|
||||
- name: Install built wheel
|
||||
if: matrix.target == 'x86_64-unknown-linux-musl'
|
||||
|
||||
Reference in New Issue
Block a user