summaryrefslogtreecommitdiff
path: root/.manylinux-install.sh
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-07-08 08:27:09 +0200
committerGitHub <noreply@github.com>2022-07-08 08:27:09 +0200
commit2231265da5ee98a7d53375386c55a4b4476a73cb (patch)
tree68cf8d5ab0797562c19b7a992fa1e03bbd36b7c7 /.manylinux-install.sh
parent136d9fcc22bad729572659da7fa3f574428e767a (diff)
downloadzope-security-2231265da5ee98a7d53375386c55a4b4476a73cb.tar.gz
Fix GHA Python 3.10 build on MacOS + PyPy-2.7 (#87)
Built with https://github.com/zopefoundation/meta/pull/150.
Diffstat (limited to '.manylinux-install.sh')
-rwxr-xr-x.manylinux-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.manylinux-install.sh b/.manylinux-install.sh
index 2062106..ac3e13d 100755
--- a/.manylinux-install.sh
+++ b/.manylinux-install.sh
@@ -37,8 +37,8 @@ for PYBIN in /opt/python/*/bin; do
[[ "${PYBIN}" == *"cp38"* ]] || \
[[ "${PYBIN}" == *"cp39"* ]] || \
[[ "${PYBIN}" == *"cp310"* ]] ; then
- "${PYBIN}/pip" install -e /io/
- "${PYBIN}/pip" wheel /io/ -w wheelhouse/
+ "${PYBIN}/pip" install --pre -e /io/
+ "${PYBIN}/pip" wheel /io/ --pre -w wheelhouse/
if [ `uname -m` == 'aarch64' ]; then
cd /io/
"${PYBIN}/pip" install tox