File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pypi-upload: prep
4040 twine upload --sign --identity 6AE2A84723D56D985B340BC08E5FA4709F69E911 --repository $(PYPI_REPO ) dist/*
4141
4242release : setver
43- $(SEDI ) " s/(RELEASE=')[0-9].+ /\1$( VERSION ) ' /" scripts/install
43+ $(SEDI ) " s/(RELEASE=).* /\1$( VERSIONQ ) /" scripts/install
4444
4545setver :
4646 $(SEDI ) " s/(^VERSION =).*/\1 $( VERSIONQ) /" postqf/__init__.py
Original file line number Diff line number Diff line change 55
66set -euo pipefail
77declare -r BNAME=" $( basename ${0} ) "
8+ declare -r RELEASE=' 0.3'
89
910function _die {
1011 echo >&2 " $@ "
3132 echo You can now launch PostQF using $( realpath postqf)
3233}
3334
34- if [ $# -eq 0 ]; then
35- RELEASE=' 0.2'
36- elif [ $# -eq 1 ]; then
37- RELEASE=" ${1} "
38- else
39- _die " Usage: ${BNAME} [release]"
40- fi
4135_install
You can’t perform that action at this time.
0 commit comments