summaryrefslogtreecommitdiff
path: root/.manylinux-install.sh
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-03-10 07:53:40 +0100
committerMichael Howitz <mh@gocept.com>2022-03-10 07:53:40 +0100
commit6960f2a46819bd44e8a85fb361fbac495a6caa14 (patch)
tree92be0d2c1533f84690b2bfac7e5b1ce357f466b6 /.manylinux-install.sh
parent24075deef5fa998ced091b05b54699f10a3776b5 (diff)
downloadzope-security-6960f2a46819bd44e8a85fb361fbac495a6caa14.tar.gz
Configuring for c-code
Diffstat (limited to '.manylinux-install.sh')
-rwxr-xr-x.manylinux-install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/.manylinux-install.sh b/.manylinux-install.sh
index dda8607..5ff565e 100755
--- a/.manylinux-install.sh
+++ b/.manylinux-install.sh
@@ -39,10 +39,10 @@ for PYBIN in /opt/python/*/bin; do
"${PYBIN}/pip" install -e /io/
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
if [ `uname -m` == 'aarch64' ]; then
- cd /io/
- "${PYBIN}/pip" install tox
- "${PYBIN}/tox" -e py
- cd ..
+ cd /io/
+ "${PYBIN}/pip" install tox
+ "${PYBIN}/tox" -e py
+ cd ..
fi
rm -rf /io/build /io/*.egg-info
fi