How to publish a PYPI package on CONDA-FORGE
I am maintainer of some PyPi libraries and had the wish to publish them also on CONDA-FORGE.
I won’t go into why CONDA-FORGE and what’s great about Anaconda and the alternative package manager.
There
blog.technopathy.club3 min read
Archit Mittal
I Automate Chaos — AI workflows, n8n, Claude, and open-source automation for businesses. Turning repetitive work into one-click systems.
This is super useful for anyone maintaining Python packages across ecosystems. The conda-forge submission process can feel intimidating the first time — especially getting the recipe metadata right and dealing with the staged-recipes PR review. One thing I've found helpful is using grayskull to auto-generate the conda recipe from PyPI metadata. Did you run into any issues with dependency resolution between pip and conda environments during the process?