How to publish a Python package on conda-forge


Here is a quick start guide for publishing a Python package on conda-forge. More information can be found in this video tutorial.
- Install conda-build using:
conda install conda-build
- Create the conda recipe using:
conda skeleton pypi package-name
- Make changes to the recipe (meta.yaml) by following this example. A few key items to change: add
noarch: python
under thebuild
section; remove all packages exceptpip
andpython
from thehost
section; specify a python version (e.g., >=3.6) for both thehost
andrun
sections; addLICENSE
,doc_url
, anddev_url
to theabout
section; add your GitHub username to therecipe-maintainers
section. - Fork https://github.com/conda-forge/staged-recipes
- Add your package recipe to
staged-recipes/recipes/package-name/meta.yaml
- Commit changes and push to GitHub
- Submit a pull request (e.g., https://github.com/conda-forge/staged-recipes/pull/14285)
- Wait for the recipe to pass all checks
@conda-forge/help-python
to let them know that your recipe is ready for review.- Once your recipe is accepted, your package feedstock should become available within a few hours (e.g., geodemo-feedstock).
- The link to your package on conda-forage should be https://anaconda.org/conda-forge/package-name, such as https://anaconda.org/conda-forge/geodemo
Subscribe to my newsletter
Read articles from Qiusheng Wu directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by

Qiusheng Wu
Qiusheng Wu
Dr. Qiusheng Wu is an Associate Professor in the Department of Geography & Sustainability at the University of Tennessee, Knoxville. He is also an Amazon Visiting Academic and a Google Developer Expert (GDE) for Earth Engine. His research interests include geospatial data science, remote sensing, and environmental modeling. Dr. Wu is particularly interested in utilizing big geospatial data and cloud computing (e.g., Google Earth Engine, Microsoft Planetary Computer, Amazon Web Services) to study environmental change, especially surface water and wetland inundation dynamics. His research has been funded by NASA, USDA, and the Department of Defense. Dr. Wu is an advocate of open science and reproducible research, having developed and published various open-source packages for advanced geospatial analysis and data visualization, such as geemap, leafmap, lidar, and segment-geospatial. Check out his open-source projects at https://open.gishub.org