Skip to content

Commit 68b272d

Browse files
Avo-kclaude
andcommitted
Fix aarch64 wheel build: add --find-interpreter flag
The cross-compilation Docker container lacks Python, so maturin needs --find-interpreter to auto-detect compatible interpreters. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3441dd0 commit 68b272d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: PyO3/maturin-action@v1
3636
with:
3737
target: ${{ matrix.target }}
38-
args: --release --out dist
38+
args: --release --out dist --find-interpreter
3939
manylinux: auto
4040
- uses: actions/upload-artifact@v4
4141
with:

0 commit comments

Comments
 (0)