uibcdf/Build and upload conda packages
Automatic conda package compilation and publication in the speficied Anaconda user or organization.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| meta_yaml_dir | Path to the directory in the repository where the meta.yaml file is located. | yes | — |
| mambabuild | Using boa (mambabuild) to build the packages. | no | false |
| platform_host | Target host plaform. | no | true |
| platform_all | Target all supported platforms. | no | false |
| platform_linux-64 | Target platform linux-64. | no | false |
| platform_linux-32 | Target platform linux-32. | no | false |
| platform_osx-64 | Target platform osx-64. | no | false |
| platform_osx-arm64 | Target platform osx-arm64. | no | false |
| platform_linux-ppc64 | Target platform linux-ppc64. | no | false |
| platform_linux-ppc64le | Target platform linux-ppc64le. | no | false |
| platform_linux-s390x | Target platform linux-s390x. | no | false |
| platform_linux-armv6l | Target platform linux-armv6l. | no | false |
| platform_linux-armv7l | Target platform linux-armv7l. | no | false |
| platform_linux-aarch64 | Target platform linux-aarch64. | no | false |
| platform_win-32 | Target platform win-32. | no | false |
| platform_win-64 | Target platform win-32. | no | false |
| upload | Upload built package to anaconda | no | true |
| overwrite | Do not cancel the uploading if a package with the same name is found already in Anaconda. | no | "" |
| user | Name of the Anaconda user or organization where the conda package will be published. | no | "" |
| label | Label of the published conda package. | no | "" |
| token | Token to access to anaconda cloud. | no | "" |
| conda_build_args | Optional arguments to pass to the 'conda build' command. | no | "" |
| conda_convert_args | Optional arguments to pass to the 'conda convert' command. | no | "" |
| anaconda_upload_args | Optional arguments to pass to the 'anaconda upload' command. | no | "" |
| github_release | Automatically create a GitHub release if a tag was pushed. | no | false |
Outputs
| name | description |
|---|---|
| paths | Paths for the built packages, in the format 'path1 path2 ... pathN'. |