Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload to pypi #8

Open
oliverdain opened this issue Jan 18, 2023 · 2 comments
Open

Upload to pypi #8

oliverdain opened this issue Jan 18, 2023 · 2 comments

Comments

@oliverdain
Copy link

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

@oliverdain
Copy link
Author

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.

@tivek
Copy link

tivek commented Jun 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants