From 4db7e59040d3d57272ef2e3fccf1ff903974428c Mon Sep 17 00:00:00 2001 From: rrozansk Date: Tue, 16 Oct 2018 19:40:11 -0700 Subject: [PATCH] Update build, upload, and install targets. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d00ca13..e0bd0c5 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ install: setup.py ################################################################################ .PHONY: distro distro: setup.py - python setup.py sdist bdist bdist_wheel + python setup.py sdist bdist_wheel ################################################################################ # # @@ -136,7 +136,7 @@ test_upload: distro ################################################################################ .PHONY: upload upload: distro - twine upload --repository-url https://pypi.org/legacy/ dist/* + twine upload dist/* ################################################################################ # # @@ -154,4 +154,4 @@ test_download: ################################################################################ .PHONY: download download: - pip install --index-url https://pypi.org/simple/ SPaG + pip install SPaG