setup-python/src
Amin Yahyaabadi 9700887518
perf: add dynamically loaded cache-dependencies module
This reduces the main bundle size by ⚠️  1.1 MB minified! This bundle is loaded only when caching is enabled.

The reason for this huge reduction is that caching dependencies uses the `@actions/cache` package, which is an extremely large package with big dependencies.

`setup-python` is used in `setup-cpp` as a library. This optimization reduces the bundle size for that package as well.
2024-09-20 15:35:59 -07:00
..
cache-distributions fix: add arch to cache key (#896) 2024-08-07 15:12:32 -05:00
cache-dependencies.ts perf: add dynamically loaded cache-dependencies module 2024-09-20 15:35:59 -07:00
cache-save.ts Update action to node20 (#772) 2023-12-05 14:52:09 +01:00
find-graalpy.ts Add GraalPy support (#694) 2023-10-10 14:59:54 +02:00
find-pypy.ts Add GraalPy support (#694) 2023-10-10 14:59:54 +02:00
find-python.ts Fix typos found by codespell (#650) 2023-07-13 15:35:02 +02:00
install-graalpy.ts Update action to node20 (#772) 2023-12-05 14:52:09 +01:00
install-pypy.ts Fix: Add .zip extension to Windows package downloads for Expand-Archive Compatibility (#916) 2024-08-05 12:23:34 -05:00
install-python.ts Fix: Add .zip extension to Windows package downloads for Expand-Archive Compatibility (#916) 2024-08-05 12:23:34 -05:00
setup-python.ts perf: add dynamically loaded cache-dependencies module 2024-09-20 15:35:59 -07:00
utils.ts perf: add dynamically loaded cache-dependencies module 2024-09-20 15:35:59 -07:00