diff --git a/Makefile b/Makefile index fbf2e88..5a5e70d 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,11 @@ upload: python -m twine upload dist/portkey_ai-* rm -rf dist +sandbox: + python -m pip install twine + python -m twine upload --repository testpypi dist/portkey_ai-* + rm -rf dist + dev: pip install -e ".[dev]"