From 083dd0d5b0f2a2c35aa9587c53078491bbc1217e Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Thu, 10 Jul 2014 01:00:56 -0400 Subject: Remove test publish target from makefile --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3