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?