X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=Makefile;h=74a1a10fa507f9ff6b279a0d02f710cc6645123b;hp=45a09ded719431e49ba22a0c585e48d267e37e33;hb=b7963a4f2a039a28a9dd8fd9a8393b5373968887;hpb=f1b3dec6f536b7e5e8924752960a48a8cd4efad8 diff --git a/Makefile b/Makefile index 45a09ded..74a1a10f 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,6 @@ pypi: @if [ -n "$(ALREADY_SET)" ] ; then echo "tag $(VERSIONTAG) already set"; false; fi @echo "You are about to release $(VERSION) - OK (Ctrl-c if not) ? " ; read _ git tag $(VERSIONTAG) - ./setup.py sdist upload -r pypi #./setup.py sdist upload -r pypi ./setup.py sdist twine upload dist/* -r pypi