Matthieu Darbois
Matthieu Darbois
xref Travis CI post https://travis-ci.community/t/running-out-of-disk-space-quota-when-using-docker-on-ppc64le/11634
[cibuildwheel](https://github.com/pypa/cibuildwheel) does a similar thing which might be interesting here: - reads requires_python (either PEP 621, setup.cfg or setup.py): https://github.com/pypa/cibuildwheel/blob/main/cibuildwheel/projectfiles.py - uses this string to build a [packaging.specifiers.SpecifierSet](https://packaging.pypa.io/en/latest/specifiers.html#reference) - use...
@dtinth, thanks for the blog post @sagikazarmark, thanks for opening this pull request, I ended up using `buildx` & `actions/cache` for my use case: pypa/manylinux#989
@henryiii, thanks for the insight. > I think it likely would be better to release "3.21.1.1", where the forth number is the "build" number This seems like the right thing...
There's a race condition between travis-ci & GHA I did not think about when crafting #139 : Because building cmake python package requires cmake, the following line exists (required for...
> I could run the emulation build locally via cibuildwheel 2 and upload it, probably. Edit: I don't know how to do run emulation on Docker on macOS. @henryiii, on...
> Maybe use emulation on GHA? Much slower, but could be released all at once and only if all jobs succeed, which is nice. The GHA workflow takes a bit...
@jcfr, @henryiii, I've built the missing wheel for 3.20.5 but can't push it to PyPI (lacking rights on PyPI for this). If rights are granted, I can push it, otherwise,...
@henryiii, > You can send it to me and I can upload it I sent you a google drive link along with the sha256sum I tested it briefly on python:latest...
> you have been added as a maintainer to both https://pypi.org/manage/project/cmake and https://pypi.org/manage/project/ninja @jcfr, thanks. Unfortunately, I was away for a long week-end and the link to join those projects...