globalscope-hun/Python package action
Create Python distribution packages: source, wheel and Debian packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-version | Package version | no | "" |
| is-cross-platform | Is cross platform build? | no | false |
| python-version | Python version | no | 3.9 |
| add-source-dist | Should create source distribution? | no | true |
| add-wheel-dist | Should create wheel distribution? | no | true |
| debian-dist-type | Debian distribution type (application / library / none) | no | none |
| debian-dist-command | Debian build command | no | — |
| docker-registry | Docker registry | no | docker.io |
| docker-username | Docker registry username | no | — |
| docker-password | Docker registry password | no | — |
| devcontainer-config | Devcontainer config selector (eg. architecture, OS, etc.) | no | . |
| devcontainer-command | Devcontainer run command | no | — |
Outputs
| name | description |
|---|---|
| upload-name | Name of the uploaded artifacts |