github actions/setup-python v4.1.0

latest releases: v5.2.0, v5.1.1, v5...
2 years ago

In scope of this pull request we updated actions/cache package as the new version contains fixes for caching error handling. Moreover, we added a new input update-environment. This option allows to specify if the action shall update environment variables (default) or not.

Update-environment input

    - name: setup-python 3.9
      uses: actions/setup-python@v4
      with:
        python-version: 3.9
        update-environment: false

Besides, we added such changes as:

  • Allow python-version-file to be a relative path: #431
  • Added new environment variables for Cmake: #440
  • Updated error message for resolveVersion: #450
  • Assign default value of AGENT_TOOLSDIRECTORY if not set: #394

Don't miss a new setup-python release

NewReleases is sending notifications on new releases.