fdiblen/Anaconda-Action
Build and publish conda packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| envName | Environment name. | no | conda-env |
| envFileName | Environment file name. | no | environment.yml |
| pythonVersion | Desired Python version to create a conda environment. | no | default |
| channels | Extra anaconda channels to use. | no | "" |
| activateEnv | Activate the new environment. | no | true |
| publish | Enable package publishing. | no | false |
| publishChannel | Channel to publish the anaconda package. | no | "" |
| anacondaToken | Token to access to anaconda cloud. | no | "" |
Outputs
| name | description |
|---|---|
| actionTime | The time the action was executed you. |
| conda_version | Conda version used in the action. |
| python_version | Python version used in the action. |