specify python as interpreter in workflow

This commit is contained in:
MaxOhn
2022-06-14 19:15:19 +02:00
parent 3b820b0823
commit e265f874f6
+2 -2
View File
@@ -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'