Skip to content

Commit

Permalink
Update action metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoH2O1999 committed Dec 17, 2022
1 parent 2476f68 commit 9a8a1aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
author: MatteoH2O1999
name: Setup Python
name: Build and Setup Python
branding:
icon: play-circle
color: blue
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9a8a1aa

Please sign in to comment.