conda-incubator/Create constructor-based installer
Create installers using constructor
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 5, 2026
- License
- BSD
Pinned Snippet
uses: conda-incubator/installer@fd291852cafc4f4d69b20bd6a676b10edb0896de # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| conda-root | Location to a pre-installed conda/mamba installation. | no | — |
| container-arch | The architecture of the Docker image if different from the host. | no | — |
| container-image | The container image used to build the installer. | no | — |
| environment-yaml-file | Path to the environment.yaml file used to create the build environment. Takes precedence over environment-yaml-string. | no | — |
| environment-yaml-string | Multi-line string containing the contents of the environment.yaml file used to create the build environment. Can be used to include logic and expressions from the calling workflow. | no | channels: - conda-forge dependencies: - constructor |
| input-directory | The directory containing the construct.yaml file. | yes | — |
| standalone-location | The location of the standalone binary executable. | no | — |
| azure-signtool-key-vault-client-id | Client ID of the Azure key vault. | no | — |
| azure-signtool-key-vault-certificate | Certificate of the Azure key vault. | no | — |
| azure-signtool-key-vault-secret | Secret for the Azure key vault. | no | — |
| azure-signtool-key-vault-tenant-id | Tenant ID of the Azure key vault. | no | — |
| azure-signtool-key-vault-url | URL to for the Azure key vault. | no | — |
| constructor-pfx-certificate-password | Windows signing password. | no | — |
Outputs
| name | description |
|---|---|
| artifacts-directory | Directory containing the artifacts of the constructor run. |