Commit e03199f
authored
fix(ci): strip python feature from all workspace crates before publish (#1127)
## Summary
Strip python feature from **all** workspace crates (bashkit-js,
bashkit-python) before publishing bashkit core. Previous fix only
covered bashkit-cli but cargo resolves the whole workspace.
## Context
Follow-up to #1126. Re-triggering `publish.yml` still failed because
`bashkit-js` and `bashkit-python` also depend on `bashkit` with
`features = ["python"]`.
## Test plan
- [ ] CI green
- [ ] Re-trigger `publish.yml` from main after merge
- [ ] `cargo search bashkit` shows 0.1.161 parent fee2378 commit e03199f
1 file changed
+15
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | | - | |
| 52 | + | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
58 | | - | |
59 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
| |||
0 commit comments