Skip to content

Commit 49e5c36

Browse files
committed
build: pass proper interpreter version explicitly to maturin
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 309e657 commit 49e5c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
target: ${{ matrix.target }}
134134
manylinux: auto
135-
args: --release -m bindings/python/Cargo.toml --out dist
135+
args: --release -m bindings/python/Cargo.toml --out dist --interpreter python3.11
136136
- name: Install built wheel
137137
if: matrix.target == 'x86_64'
138138
run: |

0 commit comments

Comments
 (0)