source-ag/Poetry CodeArtifact publish Action
Github Action to build and publish a Python package to AWS CodeArtifact with Poetry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | An optional working directory to cd into before building | no | . |
| aws-access-key-id | AWS Access Key ID | yes | — |
| aws-secret-access-key | AWS Secret Access Key | yes | — |
| aws-region | AWS Region, e.g. eu-central-1 | yes | — |
| role-to-assume | IAM Role to assume that has access to CodeArtifact | no | — |
| codeartifact-domain | CodeArtifact domain to which the package repository belongs | yes | — |
| codeartifact-domain-owner | Owner (AWS Account) of the CodeArtifact domain | yes | — |
| codeartifact-repository | CodeArtifact repository to which to publish the Python package | yes | — |
| python-version | which Python version to use | no | 3.10 |
| poetry-version | which Poetry version to use | no | 1.3.2 |
| skip-checkout | if code checkout should be skipped. Useful if you already do a code checkout earlier in your workflow | no | false |
Outputs
no outputs