PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 17th of March, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[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
[10:53:54] <manveru> `<a href="https://files.pythonhosted.org/packages/63/60/0582ce2eaced55f65a4406fc97beba256de4b7a95a0034c6576458c6519f/mypy_extensions-0.4.3.tar.gz#sha256=2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8">mypy_extensions-0.4.3.tar.gz</a>`
[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:32:48] <exarkun> tos9: I did fall for it
[13:32:58] <exarkun> but not for long
[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