Andrew Nelson
Andrew Nelson
I'll leave `macosx_arm64` inclusion into cirrus-ci for another PR.
This should be ready to merge now.
You're correct in that @tylerjereddy. I was trying to get all the logic in the trigger step into a single only_if, but couldn't figure it out. I don't think we...
@tylerjereddy @rgommers, I believe I've fixed the triggering of the cirrus-ci run. - In [3d2baf8](https://github.com/scipy/scipy/pull/17029/commits/3d2baf8a986a3a801784dffec0027c2a4b472081) I show that if the commit message contains `[wheel build]` there is a [wheel build...
@tylerjereddy it might be worth backporting this to `1.9.x` after all because it also fixes an issue in the `wheels.yml` configuration. `SCIPY_STAGING_UPLOAD_TOKEN_GHA` should actually be called `SCIPY_STAGING_UPLOAD_TOKEN`. If the fix...
Another aspect is that some of the test dependencies aren't available for 3.11 yet. So any build wouldn't be tested fully.
gmpy2 isn't available as a wheel yet. I guess it's an optional test dependency though.
> . I'd rather let that sit in main for a little while and test it with nightlies though, rather than doing a release with it straight away. Definitely makes...
@hrnciar, 3.11 wheels are available, unofficially (not release, not even nightly), from artifacts in the [wheel action page](https://github.com/scipy/scipy/actions/workflows/wheels.yml). By all means experiment with them, but please don't use in production....
@rgommers, do you have the bandwidth to make the nightly wheels upload in the wheel builder script go [live](https://github.com/scipy/scipy/blob/main/.github/workflows/wheels.yml#L199), or do you think we should wait a little longer?