Skip to content

Commit 0ce152b

Browse files
authored
Merge pull request #57 from kurtmckee/prep-for-github-marketplace
Prep for GitHub marketplace
2 parents b221d44 + fa571ed commit 0ce152b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

action.yml renamed to action.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
author: "Kurt McKee"
77
name: "Detect installed Python interpreters"
88
description: |
9-
Detect installed Python interpreters and output them as "python-identifiers".
10-
This can be useful for cache busting of tox, virtual environments,
11-
and other items that are sensitive to changes in Python implementations and versions.
12-
13-
Only Python interpreters named "python" in the $PATH will be found.
9+
Generate a robust cache-busting key based on
10+
installed Python interpreters, versions, and target architectures.
11+
branding:
12+
icon: "archive"
13+
color: "green"
1414

1515
inputs:
1616
identifiers-filename:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Changed
2+
-------
3+
4+
* Rename ``actions.yml`` to ``actions.yaml``.
5+
* Update the action metadata to meet GitHub Marketplace requirements.

0 commit comments

Comments
 (0)