From e91f6527f2114217cededc8082ff5af61220e0a9 Mon Sep 17 00:00:00 2001 From: Rambo4u <91730287+Rambo4u@users.noreply.github.com> Date: Fri, 1 Oct 2021 21:30:45 -0700 Subject: [PATCH] Update action.yml --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index b5dcf476..06d7a8d8 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,12 @@ --- + name: 'Setup Python' description: 'Set up a specific version of Python and add the command-line tools to the PATH.' author: 'GitHub' + +- name: Setup Python + uses: actions/setup-python@v2.2.2 + inputs: python-version: description: "Version range or exact version of a Python version to use, using SemVer's version range syntax."