From ebede50d48027f4b8940cf41c9dc700927816d62 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Jul 2020 18:22:55 -0400 Subject: Makefile: build-dist -> build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 815c258..40f13c5 100644 --- a/Makefile +++ b/Makefile @@ -30,9 +30,9 @@ develop: pip install -r requirements.txt .PHONY: develop -build-dist: +build: @python setup.py sdist bdist_wheel -.PHONY: build-dist +.PHONY: build upload: twine upload -r pypi -s --sign-with 'gpg2' \ -- cgit v1.2.3