We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e050c6c commit 0e971ffCopy full SHA for 0e971ff
build-wheels.sh
@@ -8,7 +8,7 @@ echo "Create Poetry's virtualenv"
8
/opt/python/${POETRY_PYTHON}/bin/virtualenv --python /opt/python/${POETRY_PYTHON}/bin/python ${POETRY_VENV}
9
${POETRY_VENV}/bin/pip install poetry --pre
10
11
-RELEASE=$(sed -n "s/VERSION = '\(.*\)'/\1/p" /io/pendulum/version.py)
+RELEASE=$(sed -n "s/__version__ = '\(.*\)'/\1/p" /io/pendulum/__version__.py)
12
13
echo "Compile wheels"
14
for PYTHON in ${PYTHON_VERSIONS}; do
0 commit comments