setup-python
setup-python copied to clipboard
Set up your GitHub Actions workflow with a specific version of Python
**Description:** A few improvement of Advanced Usage examples: * Rework outputs python-version to replace missing words in description and clarify example. * Mention '*' for python-version to get the latest...
**Description:** I am trying to run the following action locally using nektos/act: https://github.com/LuxCoreRender/LuxCore/blob/for_v2.10/.github/workflows/wheel-builder.yml This workflow calls pypa/[email protected], which in turn calls actions/setup-python@v5 Afterwards, the python executable is called int eh...
**Description:** I'm experiencing a permission error when using the setup-python GitHub Action. The error occurs when the action attempts to create additional symlinks, specifically for Python version 3.13.2. The error...
**Description:** Add version parsing from a Pipfile, passed through the `python-version-file` option. **Related issue:** #574 **Check list:** - [x] Mark if documentation changes are required. - [x] Mark if tests...
**Description:** This PR removes Ubuntu 20.04 from the workflows in preparation for its deprecation starting 2025-02-01 as per this https://github.com/actions/runner-images/issues/11101. Since Ubuntu 20.04 will no longer be supported after this...
**Description:** Supports [Mise](https://github.com/jdx/mise) by being able to parse the [mise.toml](https://mise.jdx.dev/configuration.html). Kind of like #1043 , it will improve the DX by being able to control the tool versions with the...
**Description:** Trying to e this action on elf-hosted windows runners ``` - uses: actions/setup-python@v5 with: python-version: ${{ inputs.python_version }} ``` **Action version:** v5 **Platform:** - [ ] Ubuntu - [...
**Description:** This update modifies the PATH handling for Python installations on Windows, specifically for the --user flag. For Python 3.10 and above, architecture-specific directories (e.g., Python310-32) are added to the...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 8.27.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.27.0 8.27.0 (2025-03-17) 🚀 Features utils: support DeprecatedInfo for rule.meta.deprecated (#10932) 🩹 Fixes deps: update eslint monorepo to...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.2.6. Release notes Sourced from ts-jest's releases. v29.2.6 Please refer to CHANGELOG.md for details. v29.2.5 Please refer to CHANGELOG.md for details. v29.2.4 Please refer to...