@@ -123,7 +123,7 @@ jobs:
123123 uses : PyO3/maturin-action@v1
124124 with :
125125 target : ${{ matrix.target }}
126- args : --release --out wheelhouse --auditwheel repair -m pysplashsurf/Cargo.toml
126+ args : --release --out wheelhouse --auditwheel repair -m pysplashsurf/Cargo.toml -i python3.12
127127 # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
128128 manylinux : 2014
129129 - name : Audit & fix wheels
@@ -203,7 +203,7 @@ jobs:
203203 uses : PyO3/maturin-action@v1
204204 with :
205205 target : ${{ matrix.target }}
206- args : --release --out wheelhouse -m pysplashsurf/Cargo.toml
206+ args : --release --out wheelhouse -m pysplashsurf/Cargo.toml -i python3.12
207207 # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
208208 - name : Audit & fix wheels
209209 run : |
@@ -286,7 +286,7 @@ jobs:
286286 uses : PyO3/maturin-action@v1
287287 with :
288288 target : ${{ matrix.target }}
289- args : --release --out wheelhouse -m pysplashsurf/Cargo.toml
289+ args : --release --out wheelhouse -m pysplashsurf/Cargo.toml -i python3.12
290290 # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
291291 - name : Audit wheels
292292 run : |
@@ -313,7 +313,7 @@ jobs:
313313 uses : PyO3/maturin-action@v1
314314 with :
315315 command : sdist
316- args : --out dist -m pysplashsurf/Cargo.toml
316+ args : --out dist -m pysplashsurf/Cargo.toml -i python3.12
317317 - name : Upload sdist
318318 uses : actions/upload-artifact@v4
319319 with :
@@ -359,7 +359,7 @@ jobs:
359359 uses : PyO3/maturin-action@v1
360360 with :
361361 target : x86_64
362- args : --release --out dist --auditwheel repair -m pysplashsurf/Cargo.toml
362+ args : --release --out dist --auditwheel repair -m pysplashsurf/Cargo.toml -i python3.12
363363 manylinux : 2014
364364 - name : Get wheel name
365365 id : get_filename
0 commit comments