File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55# http://www.opensource.org/licenses/MIT-license
66# Copyright (c) 2015 Sébastien Eustace
77
8- PENDULUM_RELEASE := $$(sed -n -E "s/VERSION = ' (.+ ) ' /\1/p" pendulum/version.py)
8+ PENDULUM_RELEASE := $$(sed -n -E "s/VERSION = \" (.+ ) \" /\1/p" pendulum/version.py)
99
1010# lists all available targets
1111list :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ echo "Create Poetry's virtualenv"
88/opt/python/${POETRY_PYTHON} /bin/virtualenv --python /opt/python/${POETRY_PYTHON} /bin/python ${POETRY_VENV}
99${POETRY_VENV} /bin/pip install poetry --pre
1010
11- RELEASE=$( sed -n " s/__version__ = '\ (.*\)' /\1/p" /io/pendulum/__version__.py)
11+ RELEASE=$( sed -n " s/__version__ = \" \ (.*\)\" /\1/p" /io/pendulum/__version__.py)
1212
1313echo " Compile wheels"
1414for PYTHON in ${PYTHON_VERSIONS} ; do
You can’t perform that action at this time.
0 commit comments