martin-macak/setup-python-build

Setup Python environment for building and testing

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 27, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: martin-macak/github-action-setup-python-build@ab4e9c4389ed55cee143c304d344e6c4eb45e6ef # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
working-directoryThe working directory to useno.
python-versionThe version of Python to useno3.10
poetry-versionThe version of Poetry to useno1.5.1
poetry-cache-installationWhether to cache the Poetry installationnotrue
poetry-auto-installWhether to automatically install dependenciesnotrue
repo-aws-codeartifactThe AWS CodeArtifact repository to use If set to disabled, CodeArtifact won't be used CodeArtifact is configured with following configuration string: {domain-owner}/{domain}/{repository} Example: 00000000000000/myorg/pypi When you use this setting, this actions expects that AWS credentials have been already assumed properly, ideally via aws-actions/configure-aws-credentials action. nodisabled

no outputs