[10:52:44] <manveru> techalchemy: so this seems to work for the most part, however the mypy-extensions package doesn't follow the same pattern for some reason
[10:53:27] <manveru> it shows in the package index as `<a href="/simple/mypy-extensions/">mypy-extensions</a>`
[10:53:44] <manveru> but then the download url uses underscores
[12:48:59] <exarkun> cibuildwheel is failing to build my manylinux wheels on github actions
[12:49:03] <exarkun> my configuration is https://github.com/LeastAuthority/python-challenge-bypass-ristretto/blob/9.release/.github/workflows/packages.yaml.template#L120-L145
[12:49:15] <exarkun> here's an example of the failure https://github.com/LeastAuthority/python-challenge-bypass-ristretto/runs/513716790?check_suite_focus=true
[12:49:24] <exarkun> anyone know what I should be doing differently?
[13:32:05] <tos9> hahaha sucker you fell for my trick
[13:32:13] <tos9> (don't know and can't look yet but maybe later if you don't figure it out)
[13:33:16] <exarkun> before cibuildwheel I was trying RalfG/python-wheels-manylinux-build
[13:33:32] <exarkun> after cibuildwheel didn't work on the 2nd try I went back and twiddled RalfG/python-wheels-manylinux-build some more and that's working now
[13:33:58] <exarkun> so yea I guess my issue is resolved for now