use pixi to publish to conda-forge? #3807
-
currently the workflow I know about to add packages to conda-forge is to add feedstock as described here: is it possible to use pixi to add conda packages to conda forge? will it be in the future? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You cannot push packages directly to conda-forge. Everything must go though conda-forge's CI infrastructure, although you can configure it to use the v1 rattler recipe and pixi (https://conda-forge.org/docs/maintainer/conda_forge_yml/#conda-install-tool) |
Beta Was this translation helpful? Give feedback.
-
I would watch #1841, anything further related to this will probably make some noise there. |
Beta Was this translation helpful? Give feedback.
You can use grayskull with the
--use-v1-format
flag, or you can usecrm convert
(https://github.com/conda/conda-recipe-manager). I think grayskull is using crm under the hood. Or you can use rattler. I think crm vs rattler will give you slightly different recipes depending on the package.