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 a6be64f commit a51c2d8Copy full SHA for a51c2d8
.ci/travis-build-and-upload.sh
@@ -32,15 +32,15 @@ _upload_wheels() {
32
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
33
docker pull quay.io/pypa/manylinux1_x86_64
34
docker run --rm \
35
- -v "${_root}":/io \
+ -v "${_root}":/io -e "PYMODULE=${PYMODULE}" \
36
quay.io/pypa/manylinux1_x86_64 \
37
/io/.ci/build-manylinux-wheels.sh
38
39
_upload_wheels
40
41
docker pull quay.io/pypa/manylinux1_i686
42
43
44
quay.io/pypa/manylinux1_i686 linux32 \
45
46
0 commit comments