torch_truncnorm icon indicating copy to clipboard operation
torch_truncnorm copied to clipboard

Upload to pypi

Open oliverdain opened this issue 2 years ago • 2 comments

Thanks for making this. Very helpful! It'd be really nice if you could pip install it.

oliverdain avatar Jan 18 '23 20:01 oliverdain

If it helps, I have a simple pyproject.toml here https://gitlab.com/companionlabs-opensource/classy-fastapi/-/blob/master/pyproject.toml that lets me to release to pypi via:

poetry publish -u __token__ -p "$PYPI_TOKEN" --build

Hooking that up to a CI to do regular releases is then pretty easy.

oliverdain avatar Jan 18 '23 20:01 oliverdain

That would be awesome. For some reason, setuptools.find_packages() does not find the .py file for me, so not having to install this very useful package manually would be a boon.

tivek avatar Jun 16 '23 08:06 tivek