Commit 8c37050
ci: pin manylinux_2_28 and explicitly select python3.12 interpreter
maturin-action@v1 with 'manylinux: auto' started failing with
'Couldn't find any python interpreters from python3' in the docker
build environment. Pin to manylinux_2_28 (AlmaLinux 8 based, current
upstream default) and explicitly request the cp312 interpreter, plus
symlink python3 onto PATH via before-script-linux so maturin's
interpreter probe succeeds.
Pre-existing issue; surfaced now because our new push/PR triggers
run the linux build on every commit, not just on release tags.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4801a76 commit 8c37050
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments