Revert "Update releases/v1 with changes from master (#67)"

This reverts commit bdd6409dc1.
This commit is contained in:
Konrad Pabjan 2020-03-09 10:49:58 +01:00 committed by GitHub
parent bdd6409dc1
commit 39f340c482
187 changed files with 15033 additions and 6120 deletions

View file

@ -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'