You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: reinforce cibuildwheel {package} vs {project} gotcha
Expand gotcha 5 with the case that just cost a second CI cycle: when you
extract an sdist into a subdir and run `cibuildwheel ./<subdir>`, the sdist's
own bundled tests/ are under {package}, not {project}. Document the exit-code-4
"no tests ran" symptom and the local-repro trap (running `cibuildwheel .` from
inside the extracted dir masks the mismatch; reproduce from the parent dir).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments