.manylinux.sh 223 B

123456789
  1. #!/usr/bin/env bash
  2. set -e -x
  3. docker pull $DOCKER_IMAGE
  4. docker run --rm -v `pwd`:/io $DOCKER_IMAGE $PRE_CMD /io/.manylinux-install.sh
  5. pip install twine && twine upload -u zope.wheelbuilder -p $PYPIPASSWORD wheelhouse/*