curtisma/Publish Conda Locally
Publuch a conda package to a local channel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package_path | Path to the Conda package tarball (*.tar.bz2) file | yes | — |
| channel_path | Path to the local Conda channel | yes | — |
| channel_subdir | The Conda channel subdirectory or platform in which to release the package. Common options include linux-64 (default), linux-32, win-64, win-32, osx-64 | no | linux-64 |
| build_env_prefix | Path to the root of a build Conda env containing conda and conda build. Defaults to "./envs/build" | no | ./envs/build |
Outputs
| name | description |
|---|---|
| random-number | Random number |