setup-python icon indicating copy to clipboard operation
setup-python copied to clipboard

Set up your GitHub Actions workflow with a specific version of Python

Results 217 setup-python issues
Sort by recently updated
recently updated
newest added

**Description:** Extend PKG_CONFIG_PATH rather than overwriting it. **Related issue:** See #1243 **Check list:** - [ ] Mark if documentation changes are required. - [x] Mark if tests were added or...

**Description:** This pull request introduces a new GitHub Actions workflow to the repository. The workflow is configured to automatically run on every push and pull request to the main and...

**Description:** Added new input to pass a different URL to download Python distribution instead of downloading it from GitHub. For example some local mirror **Related issue:** https://github.com/actions/setup-python/issues/1133 **Check list:** -...

**Description:** - Bump 3.14.0-alpha.6 to 3.14.0-beta.1 - Add 3.13.3t to freethreaded tests **Check list:** - [ ] Mark if documentation changes are required. - [ ] Mark if tests were...

**Description:** During a Python / Pypy / GraalPy installation, after the downloaded archive is extracted, it is not deleted. This leads to the archive taking up disk space, and often...

**Description:** - The error message has been added in https://github.com/actions/setup-python/pull/396 . Whether the warning message is displayed or exited can be changed by `PYTHON_VERSION_REQUIRED` environment variable. **Related issue:** - https://github.com/actions/setup-python/issues/241...

**Description:** Describe your changes. https://pypi.org/project/codespell ``` codespell --skip="./dist/cache-save/*" --write-changes \ --ignore-words-list=aas,abd,addin,afterall,caf,calender,compre,coreutil,fo,fpr,iif,nam,nervana,ontext,ser,sycle,trys,vor ``` Please do an extra review on the proposed code change on lines 19176 and 19180. These proposed changes...