do not touch a visible file during release process
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
c790014cd5
commit
13001924c0
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -175,10 +175,12 @@ freecode-release: $(FREECODE_FILE)
|
|||
################################################################################
|
||||
# pypi
|
||||
#
|
||||
pypi-release: man $(PYTHON_VERSION)
|
||||
PYPI_FILE=.pypi-release
|
||||
$(PYPI_FILE): man $(PYTHON_VERSION)
|
||||
python3 setup.py sdist upload
|
||||
touch $@
|
||||
|
||||
pypi-release: $(PYPI_FILE)
|
||||
################################################################################
|
||||
# archlinux
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue