diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-01-09 09:08:36 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2023-01-16 15:15:01 -0700 |
commit | aa67d2e0a9b558ed24e8131931f0cc882df4ad46 (patch) | |
tree | b2dea7447e0eee0f38c035b821be97a5be1916c1 /tools | |
parent | 77e8011707350ddedc84fd4f7282ca435ebc2cbb (diff) | |
download | numpy-aa67d2e0a9b558ed24e8131931f0cc882df4ad46.tar.gz |
BLD: Try cibuildwheel 2.11.4
Also cleanup some uneeded/commented stuff.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ci/cirrus_general.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/cirrus_general.yml b/tools/ci/cirrus_general.yml index f9e9c261b..afa65c644 100644 --- a/tools/ci/cirrus_general.yml +++ b/tools/ci/cirrus_general.yml @@ -1,6 +1,6 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS install_cibuildwheel_script: - - python -m pip install cibuildwheel==2.11.3 + - python -m pip install cibuildwheel==2.11.4 cibuildwheel_script: - cibuildwheel wheels_artifacts: |