File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 4343 uses : PyO3/maturin-action@v1
4444 with :
4545 target : ${{ matrix.platform.target }}
46- args : --release --out dist
46+ args : --release --out dist --rustc-version nightly
4747 sccache : ' true'
4848 manylinux : auto
49+ rust-toolchain : nightly
4950 - name : Upload wheels
5051 uses : actions/upload-artifact@v4
5152 with :
7172 uses : PyO3/maturin-action@v1
7273 with :
7374 target : ${{ matrix.platform.target }}
74- args : --release --out dist
75+ args : --release --out dist --rustc-version nightly
7576 sccache : ' true'
7677 manylinux : musllinux_1_2
78+ rust-toolchain : nightly
7779 - name : Upload wheels
7880 uses : actions/upload-artifact@v4
7981 with :
9597 uses : PyO3/maturin-action@v1
9698 with :
9799 target : ${{ matrix.platform.target }}
98- args : --release --out dist
100+ args : --release --out dist --rustc-version nightly
99101 sccache : ' true'
102+ rust-toolchain : nightly
100103 - name : Upload wheels
101104 uses : actions/upload-artifact@v4
102105 with :
@@ -118,8 +121,9 @@ jobs:
118121 uses : PyO3/maturin-action@v1
119122 with :
120123 target : ${{ matrix.platform.target }}
121- args : --release --out dist
124+ args : --release --out dist --rustc-version nightly
122125 sccache : ' true'
126+ rust-toolchain : nightly
123127 - name : Upload wheels
124128 uses : actions/upload-artifact@v4
125129 with :
Original file line number Diff line number Diff line change 11[toolchain ]
22channel = " nightly"
3+ components = [" rustfmt" , " clippy" ]
34
You can’t perform that action at this time.
0 commit comments