Thanks to visit codestin.com Credit goes to github.com
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 7d4e539 commit f40a60bCopy full SHA for f40a60b
README.md
@@ -23,6 +23,17 @@ steps:
23
- run: python my_script.py
24
```
25
26
+The `python-version` input is optional. If not supplied, the action will try to resolve the version from the default
27
+`.python-version` file. Highly recommend always setting Python version explicitly using the `python-version` or
28
+`python-version-file` inputs.
29
+
30
+```yaml
31
+steps:
32
+- uses: kishaningithub/setup-python-amazon-linux@v1
33
+ with:
34
+ python-version-file: '.python-version'
35
+```
36
37
For more options to the action, kindly refer [action.yml](./action.yml)
38
39
## Supported amazon linux flavours
0 commit comments