Joe Rickerby
Joe Rickerby
Surely not when the variable is expanded into other variables? I can't see how that would happen. But now that I look at this again, it seems that this actually...
Another workaround you might want to consider - in macOS, anything you create in the path `/tmp/` is cleaned up when the system reboots. So you could hardcode a path...
1. A caching section in the FAQ would be great, if you can contribute it. 2. We do already show an example of this in https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml . I wouldn't want...
Yeah I can recreate that locally, too. Seems it only happens on homebrew python. https://gist.github.com/joerick/42e9e31ceb5d1dfe43c69fb6a59436e2#file-gistfile1-txt-L5541-L5551
Checks looks okay now, perhaps a retry fixed it. The other thing I think we'd need is an update to `bin/bump_version.py`, as it has references to setup.cfg. I'll push that...
This is cool! I'll look at the implementation in a bit, but on the syntax I have a thought, apologies I didn't manage to respond in the discussion. Thinking about...
Yeah, I like your idea of doing the append / prepend thing too! I'm +1 on this. The only slight question mark in my mind is the word 'inherit' in...
Thanks. I feel that `inherit` makes more sense. `extend.test-command = "append"` doesn't really say anything about where we're extending from, whereas `inherit.test-command = "append"` implies more strongly that the 'other'...
Hi Henry, apologies for barging in on your PR, I hope you don't mind. I've been playing around with different options here as you can see. Main changes from how...
> Would it make sense for anything other than `repair-wheel-command`? I think it's the only one with a default. The only other one I can see being useful, is if...