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 4ba5524 commit 8db280cCopy full SHA for 8db280c
build-wheels.sh
@@ -3,11 +3,13 @@ set -e -x
3
4
cd $(dirname $0)
5
6
+export PATH=/opt/python/cp38-cp38/bin/:$PATH
7
+
8
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
9
/opt/python/cp38-cp38/bin/python get-poetry.py --preview -y
10
rm get-poetry.py
11
-for PYBIN in /opt/python/*/bin; do
12
+for PYBIN in /opt/python/cp3*/bin; do
13
if [ "$PYBIN" == "/opt/python/cp34-cp34m/bin" ]; then
14
continue
15
fi
0 commit comments