Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
As suggested by @mgedmin in zopefoundation/zodbpickle#33 where this file was copied to.
  • Loading branch information
Michael Howitz committed Feb 15, 2018
1 parent c9716a3 commit c614d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .manylinux-install.sh
Expand Up @@ -10,7 +10,7 @@ for PYBIN in /opt/python/*/bin; do
[[ "${PYBIN}" == *"cp36"* ]]; then
"${PYBIN}/pip" install -e /io/
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
rm -rf /io/build /io/*.egg-info
rm -rf /io/build /io/*.egg-info
fi
done

Expand Down

0 comments on commit c614d2c

Please sign in to comment.