summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-07-11 18:22:55 -0400
committerrsiddharth <s@ricketyspace.net>2020-07-11 18:22:55 -0400
commitebede50d48027f4b8940cf41c9dc700927816d62 (patch)
tree05fa6acd63e9a45eba3d9c1e8f59c44eefe1f421
parent7dbd4633d37f0976b6074fe89111d4c143d4fbfe (diff)
Makefile: build-dist -> build
-rw-r--r--Makefile4
1 files 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' \