ghapi
ghapi copied to clipboard
Package for conda
Hey folks,
Just a heads up that there is on-going work to package ghapi for conda: https://github.com/conda-forge/staged-recipes/pull/17744
So it can be installed with:
conda install -c conda-forge ghapi
or with mamba (https://github.com/mamba-org/mamba)
mamba install -c conda-forge ghapi
Let me know if any of you would like to be added as a maintainer there. Version updates are automated when a new release is published to PyPI. So most of time it just consists in checking the CI is all green and merging the PR opened by the bot.
Thanks!