File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
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 -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13
28+ args : --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14
2929 sccache : ' true'
3030 manylinux : auto
3131 - name : Upload wheels
4949 uses : PyO3/maturin-action@v1
5050 with :
5151 target : ${{ matrix.target }}
52- args : --release --out dist -i 3.10 3.11 3.12 3.13
52+ args : --release --out dist -i 3.10 3.11 3.12 3.13 3.14
5353 sccache : ' true'
5454 - name : Upload wheels
5555 uses : actions/upload-artifact@v4
7171 uses : PyO3/maturin-action@v1
7272 with :
7373 target : ${{ matrix.target }}
74- args : --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13
74+ args : --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14
7575 sccache : ' true'
7676 - name : Upload wheels
7777 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments