Category "conda-build"

Can I pass non-string types via environment variables to meta.yaml?

I am aware that conda's meta.yaml file uses jinja templating, which allows us to pass values to it via environment variables. For example like this: package:

How can I make a Python package developed with Poetry available on conda-forge (or even on my personal conda channel)?

I have developed my first Python package using Poetry as a dependency management and packaging tool. Publishing my work to PyPI has been as easy as running: poe