Skip to content

Commit 2217558

Browse files
randclaude
andcommitted
fix: add --find-interpreter for cross-compiled wheel builds
Maturin cross-compilation (aarch64 on x86_64) needs --find-interpreter to locate Python inside the Docker container. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3fb1cf1 commit 2217558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: PyO3/maturin-action@v1
4141
with:
4242
target: ${{ matrix.target }}
43-
args: --release --out dist
43+
args: --release --out dist --find-interpreter
4444
manylinux: auto
4545
before-script-linux: |
4646
if command -v yum &>/dev/null; then

0 commit comments

Comments
 (0)