File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 uses : PyO3/maturin-action@v1
2626 with :
2727 target : ${{ matrix.target }}
28- args : --release --out dist --find-interpreter
28+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
2929 sccache : ' true'
3030 manylinux : auto
3131 before-script-linux : |
7070 uses : PyO3/maturin-action@v1
7171 with :
7272 target : ${{ matrix.target }}
73- args : --release --out dist --find-interpreter
73+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
7474 sccache : ' true'
7575 - name : Upload wheels
7676 uses : actions/upload-artifact@v3
@@ -110,7 +110,7 @@ jobs:
110110 uses : PyO3/maturin-action@v1
111111 with :
112112 target : ${{ matrix.target }}
113- args : --release --out dist --find-interpreter
113+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
114114 sccache : ' true'
115115 - name : Upload wheels
116116 uses : actions/upload-artifact@v3
@@ -164,7 +164,7 @@ jobs:
164164 uses : messense/maturin-action@v1
165165 with :
166166 target : ${{ matrix.target }}
167- args : --release --out dist --find-interpreter
167+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
168168 manylinux : musllinux_1_2
169169 - name : Upload wheels
170170 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments