bhavyagosai/Setup Python

Set up a specific version of Python and add the command-line tools to the PATH.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 23, 2020
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: bhavyagosai/setup-python@cc8a31f13b85dd6cb0d30276237157338f5230a0 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
python-versionVersion range or exact version of a Python version to use, using SemVer's version range syntax.3.x
architectureThe target architecture (x86, x64) of the Python interpreter.
tokenUsed to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user.${{ github.token }}
namedescription
python-versionThe installed python version. Useful when given a version range as input.