From 29f0160b14b11779b436880f810db7b64c695a27 Mon Sep 17 00:00:00 2001 From: Geoff Ower Date: Thu, 28 Mar 2024 10:51:39 -0500 Subject: [PATCH] Update Makefile --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c9aea85..1abf3f0 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ all: build install -.PHONY: build install test distclean dist upload +.PHONY: build install test distclean dist up build: python setup.py build install: build - python setup.py install + pip install . test: pytest --cov-report term --cov=pygnparser test/ @@ -20,9 +20,6 @@ distclean: dist: python setup.py sdist bdist_wheel --universal -register: - python setup.py register - up: python -m twine upload dist/*