mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 16:58:20 +02:00
Revert "Update releases/v1 with changes from master (#67)"
This reverts commit bdd6409dc1
.
This commit is contained in:
parent
bdd6409dc1
commit
39f340c482
187 changed files with 15033 additions and 6120 deletions
13
action.yml
13
action.yml
|
@ -1,20 +1,13 @@
|
|||
---
|
||||
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'
|
||||
inputs:
|
||||
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 semvers version range syntax.'
|
||||
default: '3.x'
|
||||
architecture:
|
||||
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
||||
default: 'x64'
|
||||
outputs:
|
||||
python-version:
|
||||
description: "The installed python version. Useful when given a version range as input."
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'code'
|
||||
color: 'yellow'
|
||||
main: 'lib/setup-python.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue