Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rjdbcm/setup-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: actions/setup-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 26 files changed
  • 10 contributors

Commits on Apr 17, 2025

  1. Fix for Candidate Not Iterable Error (actions#1082)

    * candidates not iterable
    
    * update the error message
    
    * update error to debug
    
    * update debug to info
    
    * error message updates
    aparnajyothi-y authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    6ed2c67 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Bump semver and @types/semver (actions#1091)

    * Bump semver and @types/semver
    
    Bumps [semver](https://github.com/npm/node-semver) and [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver). These dependencies needed to be updated together.
    
    Updates `semver` from 7.6.0 to 7.7.1
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.6.0...v7.7.1)
    
    Updates `@types/semver` from 7.5.8 to 7.7.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-version: 7.7.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: "@types/semver"
      dependency-version: 7.7.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fixed check failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
    dependabot[bot] and HarithaVattikuti authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    5d95bc1 View commit details
    Browse the repository at this point in the history
  2. Bump prettier from 2.8.8 to 3.5.3 (actions#1046)

    * Bump prettier from 2.8.8 to 3.5.3
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.5.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.8...3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Enable cancelled checks
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    dependabot[bot] and aparnajyothi-y authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    30eafe9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Bump ts-jest from 29.1.2 to 29.3.2 (actions#1081)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.3.2.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.2...v29.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-version: 29.3.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    a26af69 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Enhance reading from .python-version (actions#787)

    * Enhance reading from .python-version
    
    * Fix typos
    
    * Fix lint
    
    * Add built files
    
    * Don't use EOL versions in `utils.test.ts`
    
    * Fix Prettier
    
    * Don't use unreleased versions in `utils.test.ts`
    
    * Update versions in `utils.test.ts` again
    krystof-k authored May 21, 2025
    Configuration menu
    Copy the full SHA
    5db1cf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Bump @actions/tool-cache from 2.0.1 to 2.0.2 (actions#1095)

    * Bump @actions/tool-cache from 2.0.1 to 2.0.2
    
    Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 2.0.1 to 2.0.2.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/tool-cache"
      dependency-version: 2.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fix failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
    dependabot[bot] and HarithaVattikuti authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    5fa0ee6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Add support for pip-version (actions#1129)

    * Add pip-version input
    
    * Update workflow files
    
    * Add documentation
    
    * Update workflow files
    priyagupta108 authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    e9c40fb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Enhance cache-dependency-path handling to support files outside the w…

    …orkspace root (actions#1128)
    
    * ehnace cache dependency path handling
    
    * logic update
    
    * npm run format-check
    
    * update cacheDependencies tests to cover resolved paths and copy edge cases
    
    * check failure fix
    
    * depricate-windows-2019
    
    * refactored the code
    
    * Check failure fix
    aparnajyothi-y authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    1264885 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Add Architecture-Specific PATH Management for Python with --user Flag…

    … on Windows (actions#1122)
    
    * logic to update install oath with --user flg
    
    * format update
    
    * format update
    
    * update
    
    * test job to validate --user flag installtion
    
    * updated the script
    
    * updated the yaml
    
    * update the inputs
    
    * updated script
    
    * update the correct script file name
    
    * updated script and yaml
    
    * npm run format-check
    
    * fix-test failures
    
    * path update
    
    * check failure fix
    
    * updated test
    
    * update free threaded version
    
    * updated the comments
    aparnajyothi-y authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    532b046 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Configuration menu
    Copy the full SHA
    88ffd4d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    3c6f142 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Add version parsing from Pipfile (actions#1067)

    * feature: add version parsing from Pipfile
    
    * Update utils.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update src/utils.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update src/utils.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * chore: update dist/setup/index.js
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    aradkdj and Copilot authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    36da51d View commit details
    Browse the repository at this point in the history
Loading