From da7c4365ce4af5429093f65ea0c781a9db178105 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Jul 2020 03:19:54 -0400 Subject: Makefile: Rename build-dist -> build. --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0063318..aae57d8 100644 --- a/Makefile +++ b/Makefile @@ -14,15 +14,15 @@ VENV_DIR=${VENV_PREFIX}/.lpschedule-generator test: @nosetests - .PHONY: test fmt: black --include 'lps_gen.py|setup.py|tests/*.py|lpschedule_generator/*.py' . .PHONY: fmt -build-dist: +build: @python setup.py sdist bdist_wheel +.PHONY: build upload: @twine upload -r pypi -s --sign-with 'gpg2' \ @@ -31,8 +31,7 @@ upload: @twine upload -r pypi -s --sign-with 'gpg2' \ -i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \ dist/*.whl - -.PHONY: build-dist upload +.PHONY: upload docs: ${GNU_MAKE} -C docs html -- cgit v1.2.3