File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ jobs:
102102 - run :
103103 name : Build Wheels
104104 command : |
105- if [[ -z "${CIRCLE_PULL_REQUEST }" ]]; then
105+ if [[ -z "${CIRCLE_PR_NUMBER }" ]]; then
106106 echo "$DOCKER_PASSWORD" | docker login -u="$DOCKER_USERNAME" --password-stdin;
107107 fi
108- ./ci/travis/ build-manylinux.sh
108+ ./ci/build-manylinux.sh
109109 - run :
110110 name : Upload Wheels
111111 command : |
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ python ci/appveyor/fix_version.py .
77
88docker pull $docker_tag || echo
99docker build --pull --cache-from $docker_tag ci/docker/manylinux -t $docker_tag
10- if [[ -z " $CIRCLE_PULL_REQUEST " ]]; then docker push $docker_tag ; fi
10+ if [[ -z " $CIRCLE_PR_NUMBER " ]]; then docker push $docker_tag ; fi
1111docker run --rm -v ` pwd` :/io $docker_tag /io/ci/build-wheels.sh
1212ls wheelhouse/
You can’t perform that action at this time.
0 commit comments