2019-08-12 20:40:58 +02:00
|
|
|
name: 'Setup Python environment'
|
2019-08-08 19:34:19 +02:00
|
|
|
description: 'Setup a Python environment and add it to the PATH, additionally providing proxy support'
|
2019-06-27 03:12:00 +02:00
|
|
|
author: 'GitHub'
|
2019-08-13 22:30:18 +02:00
|
|
|
inputs:
|
|
|
|
python-version:
|
2019-07-03 19:13:25 +02:00
|
|
|
description: 'Version range or exact version of a Python version to use, using semvers version range syntax.'
|
2019-06-27 03:12:00 +02:00
|
|
|
default: '3.x'
|
|
|
|
architecture:
|
|
|
|
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
2019-07-19 22:07:45 +02:00
|
|
|
default: 'x64'
|
2019-08-13 22:30:18 +02:00
|
|
|
# Deprecated option, do not use. Will not be supported after October 1, 2019
|
|
|
|
version:
|
|
|
|
description: 'Deprecated. Use python-version instead. Will not be supported after October 1, 2019'
|
2019-06-27 03:12:00 +02:00
|
|
|
runs:
|
2019-07-09 18:42:38 +02:00
|
|
|
using: 'node12'
|
2019-07-03 19:13:25 +02:00
|
|
|
main: 'lib/setup-python.js'
|