I'm running cibuildwheel==2.21.3 under macos and windows, I find python on windows is located at C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache which is inside cibuildwheel cache dir, so it takes 0.00s to install.
But in macos, some python get download every times, for example, cp310 and cp313t take about 40s.
Description
I'm running cibuildwheel==2.21.3 under macos and windows, I find python on windows is located at
C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache
which is inside cibuildwheel cache dir, so it takes 0.00s to install.But in macos, some python get download every times, for example, cp310 and cp313t take about 40s.
hoping macos python get cached too
Build log
https://github.com/trim21/bencode-py/actions/runs/11825663392/job/32949967762?pr=116
CI config
No response