Skip to content

Commit 8a6f7ad

Browse files
mrecachinasCopilot
andcommitted
ci: fix Linux wheel build with --find-interpreter
Maturin inside the manylinux container needs --find-interpreter to discover the Python versions available in the container. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ca7d644 commit 8a6f7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: PyO3/maturin-action@v1
9191
with:
9292
target: ${{ matrix.target }}
93-
args: --release --out dist
93+
args: --release --out dist --find-interpreter
9494
manylinux: auto
9595
before-script-linux: |
9696
# Install Rust in manylinux container

0 commit comments

Comments
 (0)