File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 uses : PyO3/maturin-action@v1
1717 with :
1818 target : ${{ matrix.target }}
19- args : --release --out dist
19+ args : --release --out dist -i python3.9 -i python3.10 -i python3.11 -i python3.12 -i python3.13
2020 sccache : ' true'
2121 manylinux : ' 2014'
2222
4242 uses : PyO3/maturin-action@v1
4343 with :
4444 target : ${{ matrix.target }}
45- args : --release --out dist
45+ args : --release --out dist -i python3.9 -i python3.10 -i python3.11 -i python3.12 -i python3.13
4646 sccache : ' true'
4747
4848 - name : Upload wheels to Test PyPI
6767 uses : PyO3/maturin-action@v1
6868 with :
6969 target : ${{ matrix.target }}
70- args : --release --out dist
70+ args : --release --out dist -i python3.9 -i python3.10 -i python3.11 -i python3.12 -i python3.13
7171 sccache : ' true'
7272
7373 - name : Upload wheels to Test PyPI
You can’t perform that action at this time.
0 commit comments