Skip to content

Commit dc081ee

Browse files
authored
Merge pull request #351 from Portkey-AI/feat/testPypiSandbox
Test PYPI
2 parents 49ca6fa + 4770f0a commit dc081ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ upload:
2828
python -m twine upload dist/portkey_ai-*
2929
rm -rf dist
3030

31+
sandbox:
32+
python -m pip install twine
33+
python -m twine upload --repository testpypi dist/portkey_ai-*
34+
rm -rf dist
35+
3136
dev:
3237
pip install -e ".[dev]"
3338

0 commit comments

Comments
 (0)