aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2a6bb89..746e2b4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,8 @@
test:
@PYTHONPATH=$$PWD py.test
-publish-test:
- @python setup.py sdist upload -r test
- @python setup.py bdist_wheel upload -r test
-
-publish-pypi:
+publish:
@python setup.py sdist upload -r pypi
@python setup.py bdist_wheel upload -r pypi
-.PHONY: test publish-test publish-pypi
+.PHONY: test publish