Commit f4492d28 by Sébastien Eustace

Fix the make-linux-release.sh script

parent df59c3d4
...@@ -5,7 +5,7 @@ cd /io ...@@ -5,7 +5,7 @@ cd /io
/opt/python/cp37-cp37m/bin/pip install poetry --pre -U /opt/python/cp37-cp37m/bin/pip install poetry --pre -U
/opt/python/cp37-cp37m/bin/poetry config settings.virtualenvs.create false /opt/python/cp37-cp37m/bin/poetry config settings.virtualenvs.create false
/opt/python/cp37-cp37m/bin/poetry install --no-dev /opt/python/cp37-cp37m/bin/poetry install --no-dev
/opt/python/cp37-cp37m/bin/python sonnet make:release \ /opt/python/cp37-cp37m/bin/python sonnet make release \
-P "2.7:/opt/python/cp27-cp27m/bin/python" \ -P "2.7:/opt/python/cp27-cp27m/bin/python" \
-P "3.4:/opt/python/cp34-cp34m/bin/python" \ -P "3.4:/opt/python/cp34-cp34m/bin/python" \
-P "3.5:/opt/python/cp35-cp35m/bin/python" \ -P "3.5:/opt/python/cp35-cp35m/bin/python" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment