Skip to content

Commit

Permalink
Add what's new section
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpabjan authored Apr 30, 2020
1 parent 8910d81 commit 824e8a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ This action sets up a Python environment for use in actions by:
- failing if a specific version of Python is not preinstalled or available for download
- registering problem matchers for error output

# What's new

- Ability to download, install and set up Python packages from `actions/python-versions` that do not come preinstalled on runners
- Allows for pinning to a specific patch version of Python without the worry of it ever being removed or changed
- Automatic setup and download of Python packages if using a self-hosted runner

# Usage

See [action.yml](action.yml)
Expand Down

0 comments on commit 824e8a7

Please sign in to comment.