Skip to content

Commit e43fcb7

Browse files
authored
fix(release): explicitly pin interpreter version for maturin (#1755)
1 parent be49b87 commit e43fcb7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,32 +53,32 @@ jobs:
5353
python-version: "3.13"
5454
free-threaded: false
5555
container: "ghcr.io/rust-cross/manylinux_2_28-cross:x86_64"
56-
maturin-args: ""
56+
maturin-args: "--interpreter 3.13"
5757
- os: linux
5858
runner: ubuntu-24.04-arm
5959
target: aarch64
6060
python-version: "3.13"
6161
free-threaded: false
6262
container: "ghcr.io/rust-cross/manylinux_2_28-cross:aarch64"
63-
maturin-args: ""
63+
maturin-args: "--interpreter 3.13"
6464
- os: macos
6565
runner: macos-latest
6666
target: aarch64
6767
python-version: "3.13"
6868
free-threaded: false
69-
maturin-args: ""
69+
maturin-args: "--interpreter 3.13"
7070
- os: macos
7171
runner: macos-15-intel
7272
target: x86_64
7373
python-version: "3.13"
7474
free-threaded: false
75-
maturin-args: ""
75+
maturin-args: "--interpreter 3.13"
7676
- os: windows
7777
runner: windows-latest
7878
target: x64
7979
python-version: "3.13"
8080
free-threaded: false
81-
maturin-args: ""
81+
maturin-args: "--interpreter 3.13"
8282
# Free-threaded builds (Python 3.14t) - use container with explicit interpreter
8383
- os: linux
8484
runner: ubuntu-latest

0 commit comments

Comments
 (0)