Skip to content

Commit a51c2d8

Browse files
committed
travis: Pass PYMODULE variable into manylinux container
1 parent a6be64f commit a51c2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.ci/travis-build-and-upload.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ _upload_wheels(){
3232
if [ "${TRAVIS_OS_NAME}"=="linux" ];then
3333
docker pull quay.io/pypa/manylinux1_x86_64
3434
docker run --rm \
35-
-v "${_root}":/io \
35+
-v "${_root}":/io -e "PYMODULE=${PYMODULE}"\
3636
quay.io/pypa/manylinux1_x86_64 \
3737
/io/.ci/build-manylinux-wheels.sh
3838

3939
_upload_wheels
4040

4141
docker pull quay.io/pypa/manylinux1_i686
4242
docker run --rm \
43-
-v "${_root}":/io \
43+
-v "${_root}":/io -e "PYMODULE=${PYMODULE}" \
4444
quay.io/pypa/manylinux1_i686 linux32 \
4545
/io/.ci/build-manylinux-wheels.sh
4646

0 commit comments

Comments
(0)