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: junhua-zhang/setup-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 17 files changed
  • 7 contributors

Commits on Apr 14, 2020

  1. Make contributors.md clearer

    SerVB committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b7d744c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Use shorter command

    Co-Authored-By: Konrad Pabjan <[email protected]>
    SerVB and konradpabjan authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    c881de7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Merge pull request actions#80 from SerVB/clarify-contrib-doc

    Make contributors.md clearer
    konradpabjan authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    985150d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Use GitHub releases to download python versions (actions#85)

    This pull-request improves `setup-python` action to add ability to download specific version of Python on flight if it is not available by default.
    
    **Details:**
    `setup-python` action will download and install specific Python version from GitHub releases ([actions/python-versions](https://github.com/actions/python-versions/releases)) in case the version is not found in the local cache. All versions of Python available for installation are published in [actions/python-versions](https://github.com/actions/python-versions) repository.
    All available versions are listed in the [version-manifest.json](https://github.com/actions/python-versions/blob/master/versions-manifest.json) file.
    
    **Installation time:**
    
    - Ubuntu / macOS: 10-20 seconds
    - Windows: ~ 1 minute (mostly related to fact that we use MSI installer for Python on Windows)
    
    Co-authored-by: MaksimZhukov <[email protected]>
    Co-authored-by: Konrad Pabjan <[email protected]>
    Co-authored-by: Brian Cristante <[email protected]>
    4 people authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    e5af64b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Update README.md

    konradpabjan authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    8910d81 View commit details
    Browse the repository at this point in the history
  2. Add what's new section

    konradpabjan authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    824e8a7 View commit details
    Browse the repository at this point in the history
  3. Update from v1 to v2

    konradpabjan authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    6c4e46d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Improve workflows (actions#88)

    * Improve workflows
    
    * Update workflows
    
    * Small fix
    konradpabjan authored May 1, 2020
    Configuration menu
    Copy the full SHA
    6cbb9cf View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Update README.md

    konradpabjan authored May 4, 2020
    Configuration menu
    Copy the full SHA
    f129643 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

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

Commits on May 11, 2020

  1. Updated self-hosted guidelines for Linux and Mac (actions#90)

    * Updated self-hosted guidelines
    
    * Apply suggestions from code review
    
    Co-authored-by: Brian Cristante <[email protected]>
    
    * PR Feedback
    
    * Apply suggestions from code review
    
    Co-authored-by: Brian Cristante <[email protected]>
    
    Co-authored-by: Brian Cristante <[email protected]>
    konradpabjan and brcrista authored May 11, 2020
    Configuration menu
    Copy the full SHA
    ee653cd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Add bug issue template

    konradpabjan authored May 20, 2020
    Configuration menu
    Copy the full SHA
    9f521e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dda7a3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Update issue templates

    konradpabjan authored May 21, 2020
    Configuration menu
    Copy the full SHA
    5230712 View commit details
    Browse the repository at this point in the history
  2. 2.0.1

    konradpabjan committed May 21, 2020
    Configuration menu
    Copy the full SHA
    807b74f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    2241d84 View commit details
    Browse the repository at this point in the history
Loading