Commit abed4ec
fix: release workflow — run maturin from workspace root
pyproject.toml was consolidated to the repo root; the working-directory
pointing at crates/hotcoco-pyo3 was stale and caused maturin to fail
with "pyproject.toml not found".
- Remove working-directory from build-wheels and build-sdist jobs
- Update artifact paths from crates/hotcoco-pyo3/dist/ → dist/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f5336af commit abed4ec
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
73 | | - | |
| 72 | + | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
86 | | - | |
87 | 85 | | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
91 | | - | |
| 89 | + | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| |||
0 commit comments