mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Update action.yml
This commit is contained in:
parent
70e2063f71
commit
e91f6527f2
1 changed files with 5 additions and 0 deletions
|
@ -1,7 +1,12 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
name: 'Setup Python'
|
name: 'Setup Python'
|
||||||
description: 'Set up a specific version of Python and add the command-line tools to the PATH.'
|
description: 'Set up a specific version of Python and add the command-line tools to the PATH.'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
|
|
||||||
|
- name: Setup Python
|
||||||
|
uses: actions/setup-python@v2.2.2
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
python-version:
|
python-version:
|
||||||
description: "Version range or exact version of a Python version to use, using SemVer's version range syntax."
|
description: "Version range or exact version of a Python version to use, using SemVer's version range syntax."
|
||||||
|
|
Loading…
Add table
Reference in a new issue