mirror of
https://github.com/actions/setup-python.git
synced 2024-11-09 01:03:33 -05:00
Add what's new section
This commit is contained in:
parent
8910d815ad
commit
824e8a7e12
1 changed files with 6 additions and 0 deletions
|
@ -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
|
- failing if a specific version of Python is not preinstalled or available for download
|
||||||
- registering problem matchers for error output
|
- 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
|
# Usage
|
||||||
|
|
||||||
See [action.yml](action.yml)
|
See [action.yml](action.yml)
|
||||||
|
|
Loading…
Reference in a new issue