From 9a8a1aac662fc3fa0c6fc76e48810ba0a9b10b28 Mon Sep 17 00:00:00 2001 From: MatteoH2O1999 Date: Sat, 17 Dec 2022 17:06:55 +0100 Subject: [PATCH] Update action metadata --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 94840c9..30a6292 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ author: MatteoH2O1999 -name: Setup Python +name: Build and Setup Python branding: icon: play-circle color: blue @@ -50,9 +50,11 @@ runs: uses: MatteoH2O1999/build-and-install-python@v0 with: python-version: ${{ inputs.python-version }} + python-version-file: ${{ inputs.python-version-file }} architecture: ${{ inputs.architecture }} cache-build: ${{ inputs.cache-build }} allow-build: ${{ inputs.allow-build }} + token: ${{ inputs.token }} - name: Setup Python ${{ inputs.python-version }} uses: actions/setup-python@v4 id: setup