do pypi release only once
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
a66bc8c343
commit
511e7951c8
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -210,8 +210,13 @@ git-release: git-tag git-branch-merge
|
||||||
################################################################################
|
################################################################################
|
||||||
# pypi
|
# 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
|
python3 setup.py sdist upload
|
||||||
|
touch $@
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# archlinux
|
# archlinux
|
||||||
|
|
Loading…
Reference in a new issue