File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 55#
66# It is tweaked by hand to use PyPI Trusted Publishers:
77# https://www.maturin.rs/distribution#using-pypis-trusted-publishing
8- name : CI
8+ name : Publish
99
1010on :
1111 release :
3030 uses : PyO3/maturin-action@v1
3131 with :
3232 target : ${{ matrix.target }}
33- args : --release --out dist --interpreter '3.8 3. 9 3.10 3.11 3.12'
33+ args : --release --out dist --interpreter '3.9 3.10 3.11 3.12'
3434 sccache : " true"
3535 manylinux : auto
3636 - name : Upload wheels
5353 uses : PyO3/maturin-action@v1
5454 with :
5555 target : ${{ matrix.target }}
56- args : --release --out dist --interpreter '3.8 3. 9 3.10 3.11 3.12'
56+ args : --release --out dist --interpreter '3.9 3.10 3.11 3.12'
5757 sccache : " true"
5858 manylinux : musllinux_1_2
5959 - name : Upload wheels
7777 uses : PyO3/maturin-action@v1
7878 with :
7979 target : ${{ matrix.target }}
80- args : --release --out dist --interpreter '3.8 3. 9 3.10 3.11 3.12'
80+ args : --release --out dist --interpreter '3.9 3.10 3.11 3.12'
8181 sccache : " true"
8282 - name : Upload wheels
8383 uses : actions/upload-artifact@v4
9999 uses : PyO3/maturin-action@v1
100100 with :
101101 target : ${{ matrix.target }}
102- args : --release --out dist --interpreter '3.8 3. 9 3.10 3.11 3.12'
102+ args : --release --out dist --interpreter '3.9 3.10 3.11 3.12'
103103 sccache : " true"
104104 - name : Upload wheels
105105 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 22 push :
33 branches :
44 - main
5+ - release
56 pull_request :
67
78jobs :
1718 components : clippy, rustfmt
1819 - name : Lint
1920 run : make lint
20-
21+
2122 run_tests :
2223 strategy :
2324 matrix :
You can’t perform that action at this time.
0 commit comments