diff options
author | rsiddharth <s@ricketyspace.net> | 2020-07-11 18:22:55 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-07-11 18:22:55 -0400 |
commit | ebede50d48027f4b8940cf41c9dc700927816d62 (patch) | |
tree | 05fa6acd63e9a45eba3d9c1e8f59c44eefe1f421 | |
parent | 7dbd4633d37f0976b6074fe89111d4c143d4fbfe (diff) |
Makefile: build-dist -> build
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' \ |