Skip to content

Commit

Permalink
Do not use poetry prereleases in make-linux-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Apr 11, 2019
1 parent c32ef78 commit f2e2ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-linux-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PYTHON_VERSIONS="cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m"

cd /io
/opt/python/cp37-cp37m/bin/pip install poetry --pre -U
/opt/python/cp37-cp37m/bin/pip install poetry -U
/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/python sonnet make:release \
Expand Down

0 comments on commit f2e2ed4

Please sign in to comment.