mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 14:43:47 +00:00
Remove old parameter that is deprecated
This commit is contained in:
parent
6654142a95
commit
28a6c1b915
3 changed files with 2 additions and 12 deletions
|
@ -8,10 +8,6 @@ inputs:
|
|||
architecture:
|
||||
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
||||
default: 'x64'
|
||||
# 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'
|
||||
deprecationMessage: 'The version property will not be supported after October 1, 2019. Use python-version instead'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/setup-python.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue