bhavyagosai/Setup Python
Set up a specific version of Python and add the command-line tools to the PATH.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 23, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: bhavyagosai/setup-python@cc8a31f13b85dd6cb0d30276237157338f5230a0 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Version range or exact version of a Python version to use, using SemVer's version range syntax. | — | 3.x |
| architecture | The target architecture (x86, x64) of the Python interpreter. | — | — |
| token | Used to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| python-version | The installed python version. Useful when given a version range as input. |