Submission to staged-recipes
staged-recipes
is the gateway to conda-forge.
Every package published has gone through this repository as part of the submission process.
Users normally follow these steps:
- Fork the
conda-forge/staged-recipes
repository and create a new branch frommain
. - Add
meta.yaml
(and other files as needed) in a new subdirectory underrecipes/
. - Open a new pull request and pass the CI checks, which include building the recipe under different operating systems and some static analysis of the recipe files (linting).
- Ask for a review and apply the suggestions.
When the PR is approved and merged to main
, the new directory under recipes/
will trigger the staged-recipes
pipelines, which will create a new feedstock with the recipe contents.