cascode-labs/Build Conda
Builds a Conda package
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Jan 22, 2025
- License
- MIT
Pinned Snippet
uses: cascode-labs/build-conda-action@3b83f3e6e899bdd83f1d81a61cc4786917124ce4 # v0.1.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| recipe_path | The path to the recipe from the repo root | no | conda-recipe |
| conda_build_env_filepath | Yaml Conda build environment definition file | no | action_default |
| conda_build_env_name | Conda build environment name | no | action_default |
| base_env_prefix | The prefix of the base Conda environment | no | /usr/share/miniconda |
| package_artifact_name | Name of the package artifact | no | conda_package |
| test_results_artifact_name | Name of the test results artifact | no | test_results |
| build_options | Options to be passed to conda-build | no | -c defaults -c conda-forge |
Outputs
| name | description |
|---|---|
| package-filepath | The file path of the generated package |