From 72334a6a8feff50a9c4f1bbe6ba3023800f88a8a Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Tue, 8 Jul 2014 09:55:31 -0400 Subject: Push test packages to correct server --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8b2eb2b..ac56d8e 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ test: @cd tests && PYTHONPATH=../ py.test publish-test: - @python setup.py sdist upload -r pypi - @python setup.py bdist_wheel upload -r pypi + @python setup.py sdist upload -r test + @python setup.py bdist_wheel upload -r test publish-pypi: @python setup.py sdist upload -r pypi -- cgit v1.2.3