Skip to content

Commit 880094c

Browse files
author
Panos
committed
updated circleci cfg
1 parent 11df964 commit 880094c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
if [[ -z "${CIRCLE_PULL_REQUEST}" ]]; 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: |

0 commit comments

Comments
 (0)