File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9393 with :
9494 working-directory : " bindings/python"
9595 command : build
96- args : --out dist
96+ args : --out dist -i python3.12 # Explicitly set interpreter; manylinux containers have multiple Pythons and maturin may pick an older one
9797 - uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
9898 with :
9999 version : " 0.9.3"
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 manylinux : ${{ matrix.manylinux || 'auto' }}
192192 working-directory : " bindings/python"
193193 command : build
194- args : --release -o dist
194+ args : --release -o dist -i python3.12 # Explicitly set interpreter; manylinux containers have multiple Pythons and maturin may pick an older one
195195 - name : Upload wheels
196196 uses : actions/upload-artifact@v7
197197 with :
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 manylinux : ${{ matrix.manylinux || 'auto' }}
102102 working-directory : " bindings/python"
103103 command : build
104- args : --release -o dist
104+ args : --release -o dist -i python3.12 # Explicitly set interpreter; manylinux containers have multiple Pythons and maturin may pick an older one
105105
106106 - name : Upload wheels
107107 uses : actions/upload-artifact@v7
You can’t perform that action at this time.
0 commit comments