URL conda-forge: https://github.com/conda-forge/pixcdust-feedstock
URL Pypi: https://pypi.org/project/pixcdust/
Update the version number in pyproject.toml then :
git tag <tagname>
git push <origin-github> --tags
poetry config pypi-token.pypi <MY_PYPI_TOKEN>
poetry build
poetry publish
It automatically update from pypi (except dependencies). If the dependencies changes, you need to update the meta.yaml file: https://github.com/conda-forge/pixcdust-feedstock/blob/main/recipe/meta.yaml