require branch merge to happen before pypi
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
2286acc6f2
commit
3b9b0dde56
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -211,7 +211,7 @@ git-release: git-tag
|
||||||
#
|
#
|
||||||
PYPI_FILE=.lock-pypi
|
PYPI_FILE=.lock-pypi
|
||||||
|
|
||||||
pypi-release: $(PYPI_FILE)
|
pypi-release: $(PYPI_FILE) git-branch-merge
|
||||||
|
|
||||||
$(PYPI_FILE): man $(VERSION_FILE)
|
$(PYPI_FILE): man $(VERSION_FILE)
|
||||||
python3 setup.py sdist upload
|
python3 setup.py sdist upload
|
||||||
|
|
Loading…
Reference in a new issue