We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8910d81 commit 824e8a7Copy full SHA for 824e8a7
README.md
@@ -11,6 +11,12 @@ This action sets up a Python environment for use in actions by:
11
- failing if a specific version of Python is not preinstalled or available for download
12
- registering problem matchers for error output
13
14
+# What's new
15
+
16
+- Ability to download, install and set up Python packages from `actions/python-versions` that do not come preinstalled on runners
17
+ - Allows for pinning to a specific patch version of Python without the worry of it ever being removed or changed
18
+- Automatic setup and download of Python packages if using a self-hosted runner
19
20
# Usage
21
22
See [action.yml](action.yml)
0 commit comments