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 5
5
# http://www.opensource.org/licenses/MIT-license
6
6
# Copyright (c) 2015 Sébastien Eustace
7
7
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)
9
9
10
10
# lists all available targets
11
11
list :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ echo "Create Poetry's virtualenv"
8
8
/opt/python/${POETRY_PYTHON} /bin/virtualenv --python /opt/python/${POETRY_PYTHON} /bin/python ${POETRY_VENV}
9
9
${POETRY_VENV} /bin/pip install poetry --pre
10
10
11
- RELEASE=$( sed -n " s/__version__ = '\ (.*\)' /\1/p" /io/pendulum/__version__.py)
11
+ RELEASE=$( sed -n " s/__version__ = \" \ (.*\)\" /\1/p" /io/pendulum/__version__.py)
12
12
13
13
echo " Compile wheels"
14
14
for PYTHON in ${PYTHON_VERSIONS} ; do
You can’t perform that action at this time.
0 commit comments