pypa / cibuildwheel

🎡 Build Python wheels for all the platforms with minimal configuration.
https://cibuildwheel.pypa.io
Other
1.87k stars 239 forks source link

cache macos python installation pkg when possible #2081

Open trim21 opened 1 week ago

trim21 commented 1 week ago

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