martin-macak/setup-python-build
Setup Python environment for building and testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 27, 2024
- License
- None
Pinned Snippet
uses: martin-macak/github-action-setup-python-build@ab4e9c4389ed55cee143c304d344e6c4eb45e6ef # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | The working directory to use | no | . |
| python-version | The version of Python to use | no | 3.10 |
| poetry-version | The version of Poetry to use | no | 1.5.1 |
| poetry-cache-installation | Whether to cache the Poetry installation | no | true |
| poetry-auto-install | Whether to automatically install dependencies | no | true |
| repo-aws-codeartifact | The 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. | no | disabled |
Outputs
no outputs