Closed Yay295 closed 4 months ago
Skip two more wheel builds on schedule
Could you explain why you've made this change?
I assumed you missed them in https://github.com/lysnikolaou/Pillow/pull/1.
No, the aarch64 wheels were skipped because they weren't building free threaded wheels, and sdist was skipped because that doesn't build wheels at all.
I think I understand it now. This new change should work correctly.
Basically: Don't build anything on schedule unless it's running in this repository.
Thanks!
Skip two more wheel builds on schedule, and only run the publish jobs in the main repository.
Fixes #8253.