Skip to content

Commit 0e971ff

Browse files
committed
Fix wheels script
1 parent e050c6c commit 0e971ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1313
echo "Compile wheels"
1414
for PYTHON in ${PYTHON_VERSIONS}; do

0 commit comments

Comments
 (0)