diff options
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 3accda7e4..d74758588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ jobs: - CIBW_ENVIRONMENT_PASS_LINUX: "'CFLAGS LDFLAGS OPENBLAS64_ RUNNER_OS'" install: python3 -m pip install cibuildwheel==2.3.1 script: | - cibuildwheel --output-dir dist + cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh set_travis_vars set_upload_vars @@ -91,7 +91,7 @@ jobs: - CIBW_ENVIRONMENT_PASS_LINUX: "'CFLAGS LDFLAGS OPENBLAS64_ RUNNER_OS'" install: python3 -m pip install cibuildwheel==2.3.1 script: | - cibuildwheel --output-dir dist + cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh set_travis_vars set_upload_vars @@ -116,7 +116,7 @@ jobs: - CIBW_ENVIRONMENT_PASS_LINUX: "'CFLAGS LDFLAGS OPENBLAS64_ RUNNER_OS'" install: python3 -m pip install cibuildwheel==2.3.1 script: | - cibuildwheel --output-dir dist + cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh set_travis_vars set_upload_vars |
