File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 runs-on : ubuntu-slim
6060 steps :
6161 - uses : actions/checkout@v6
62- - uses : astral-sh/setup-uv@v7
62+ - uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
6363 with :
6464 version : " 0.9.3"
6565 enable-cache : true
9393 with :
9494 working-directory : " bindings/python"
9595 command : build
96- args : --out dist
97- - uses : astral-sh/setup-uv@v7
96+ args : --out dist -i python3.12 # Explicitly set interpreter; manylinux containers have multiple Pythons and maturin may pick an older one
97+ - uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
9898 with :
9999 version : " 0.9.3"
100100 enable-cache : true
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