Commit 1a3b35d
committed
fix(release): mark workspace safe for git in manylinux containers
Inside quay.io/pypa/manylinux_2_28_* the workspace is owned by the
runner's UID but the container runs as root, so git refuses to read it
("dubious ownership"). That crashes setuptools-scm version resolution
during pip install -e . and breaks the linux-amd64 / linux-arm64 builds.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Sodawyx <sodawyx@126.com>1 parent d1d1171 commit 1a3b35d
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
111 | 119 | | |
112 | 120 | | |
113 | 121 | | |
| |||
0 commit comments