do pypi release only once

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-07-09 17:56:11 +02:00
parent a66bc8c343
commit 511e7951c8
1 changed files with 6 additions and 1 deletions

View File

@ -210,8 +210,13 @@ git-release: git-tag git-branch-merge
################################################################################
# pypi
#
pypi-release: man $(VERSION_FILE) git-tag
PYPI_FILE=.lock-pypi
pypi-release: $(PYPI_FILE)
$(PYPI_FILE): man $(VERSION_FILE) git-tag
python3 setup.py sdist upload
touch $@
################################################################################
# archlinux