File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5858 args : >
5959 build
6060 --release
61+ -m py-radiate/Cargo.toml
6162 --out dist
6263 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
6364
7273 build
7374 --release
7475 --out dist
76+ -m py-radiate/Cargo.toml
7577 -i python3.13t
7678 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
7779
98100 args : >
99101 build
100102 --release
103+ -m py-radiate/Cargo.toml
101104 --out dist
102105 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
103106
@@ -111,6 +114,7 @@ jobs:
111114 build
112115 --release
113116 --out dist
117+ -m py-radiate/Cargo.toml
114118 -i python3.13t
115119 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
116120
@@ -141,6 +145,7 @@ jobs:
141145 args : >
142146 build
143147 --release
148+ -m py-radiate/Cargo.toml
144149 --out dist
145150 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
146151 - uses : actions/upload-artifact@v4
@@ -162,6 +167,7 @@ jobs:
162167 build
163168 --release
164169 --out dist
170+ -m py-radiate/Cargo.toml
165171 --universal2
166172 --interpreter python3
167173 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
You can’t perform that action at this time.
0 commit comments