setup-python
setup-python copied to clipboard
Set up your GitHub Actions workflow with a specific version of Python
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 8.48.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.48.0 8.48.0 (2025-11-24) 🚀 Features eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744) rule-tester: remove workaround for...
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.3 to 0.38.4. Release notes Sourced from @vercel/ncc's releases. 0.38.4 0.38.4 (2025-09-18) Bug Fixes cjs-build: enable evaluating import.meta in cjs build (#1236) (e72d34d), closes vercel/ncc#897 #1019 Commits...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...
## Description This PR adds the ability to configure pip to use a custom PyPI repository with authentication credentials through the setup-python action. This addresses the need for users working...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.62.0 to 8.46.2. Release notes Sourced from @typescript-eslint/parser's releases. v8.46.2 8.46.2 (2025-10-20) 🩹 Fixes eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702) typescript-estree:...
This PR updates to latest released version v6 of checkout action in `README.md` and co.
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 29.2.1. Release notes Sourced from eslint-plugin-jest's releases. v29.2.1 29.2.1 (2025-11-23) Bug Fixes valid-mock-module-path: report on ERR_PACKAGE_PATH_NOT_EXPORTED errors (#1860) (6cd4e89) v29.2.0 29.2.0 (2025-11-20) Features create new...
**Description:** - Add preclean and postclean optional inputs to be able to remove existing package installations if boolean options are true ==> For preclean it may be executed before installing...