Thanks to visit codestin.com
Credit goes to github.com

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: actions/setup-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
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: v2.2.2
Choose a head ref
  • 11 commits
  • 17 files changed
  • 11 contributors

Commits on Oct 5, 2020

  1. Inject LD_LIBRARY_PATH library path into Python manifest install and …

    …setup (#144)
    
    * Adding LD_LIBRARY_PATH env var to both setup and install tasks
    
    * Rebuild dist/index.js
    
    * Fixed some typos in contributors.md Markdown
    magnetikonline authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    878156f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

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

Commits on Nov 25, 2020

  1. Create CODEOWNERS

    brcrista authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    195f5c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    723e46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b3f2de View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Improve find-python to add "Scripts" folder to PATH on Windows machin…

    …es (#169)
    
    * added 'Scripts' folder to PATH on Windows
    
    * add release code
    
    * update index.js
    
    * rebuild index.js
    
    * remove duplicate block
    
    Co-authored-by: Nikita Bykov <[email protected]>
    Co-authored-by: Dmitry Shibanov <[email protected]>
    3 people authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    2831efe View commit details
    Browse the repository at this point in the history
  2. Adding support for more PyPy versions and installing them on-flight (#…

    …168)
    
    * add support to install pypy
    
    * resolved comments, update readme, add e2e tests.
    
    * resolve throw error
    
    * Add pypy unit tests to cover code
    
    * add tests
    
    * Update test-pypy.yml
    
    * Update test-python.yml
    
    * Update test-python.yml
    
    * Update README.md
    
    * fixing tests
    
    * change order
    
    Co-authored-by: Maxim Lobanov <[email protected]>
    
    * add pypy tests and fix issue with pypy-3-nightly
    
    Co-authored-by: Maxim Lobanov <[email protected]>
    dmitry-shibanov and Maxim Lobanov authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    8c5ea63 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

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

Commits on Jan 4, 2021

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

Commits on Jan 15, 2021

  1. Add on: pull_request trigger to CodeQL workflow (#180)

    From February 2021, in order to provide feedback on pull requests, Code Scanning workflows must be configured with both `push` and `pull_request` triggers. This is because Code Scanning compares the results from a pull request against the results for the base branch to tell you only what has changed between the two.
    
    Early in the beta period we supported displaying results on pull requests for workflows with only `push` triggers, but have discontinued support as this proved to be less robust.
    
    See https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#scanning-pull-requests for more information on how best to configure your Code Scanning workflows.
    rneatherway authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    a112144 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Fix PyPy installation on Windows to adopt new parameters format (#201)

    * test for pypy new version notation
    
    * formatting
    
    * uncommented condition
    
    * test
    
    * added pypy to test matrix
    
    * test
    
    * test
    
    * restored all tests
    
    * removed logs, added multiarch support for toolcache
    
    * reduced test matrix
    
    * removed extra condition about arch
    AlenaSviridenko authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    dc73133 View commit details
    Browse the repository at this point in the history
Loading