Commit 1ac6218
committed
ci(publish): add packages input for batched publishing
- Add packages workflow input with space-separated package list
- Replace hardcoded package array with input-driven array
- Default to publishing all 14 crates (maintains existing behavior)
- Enables manual override to batch publications and avoid rate limits
Allows selective publishing when encountering crates.io rate limits
by providing subset of packages to publish.1 parent fc6d317 commit 1ac6218
1 file changed
+8
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| 129 | + | |
124 | 130 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 131 | + | |
| 132 | + | |
141 | 133 | | |
142 | 134 | | |
143 | 135 | | |
| |||
0 commit comments