aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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