diff options
author | mattip <matti.picus@gmail.com> | 2022-02-18 14:03:45 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-02-18 14:03:45 +0200 |
commit | da4e900b5e5dd4a63bd66de5880695e82abe6ce8 (patch) | |
tree | 812a8b25a3363f2ab926f7455e85575a783e20b1 /.travis.yml | |
parent | b1e80a1aef9bfa821d28f185ba8a94f970b0f21e (diff) | |
download | numpy-da4e900b5e5dd4a63bd66de5880695e82abe6ce8.tar.gz |
BUILD: change cibuildwheel output directory on travis [ci skip]
Diffstat (limited to '.travis.yml')
-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 |