Bump version: v2.16.1

This commit is contained in:
Joe Rickerby
2023-09-26 10:52:04 +02:00
parent 9deb1b6794
commit 7da7df1efc
20 changed files with 42 additions and 35 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ jobs:
- run:
name: Build the Linux wheels.
command: |
pip3 install --user cibuildwheel==2.16.0
pip3 install --user cibuildwheel==2.16.1
cibuildwheel --output-dir wheelhouse
- store_artifacts:
path: wheelhouse/
@@ -28,7 +28,7 @@ jobs:
- run:
name: Build the Linux aarch64 wheels.
command: |
python3 -m pip install --user cibuildwheel==2.16.0
python3 -m pip install --user cibuildwheel==2.16.1
python3 -m cibuildwheel --output-dir wheelhouse
- store_artifacts:
path: wheelhouse/
@@ -42,7 +42,7 @@ jobs:
- run:
name: Build the OS X wheels.
command: |
pip3 install cibuildwheel==2.16.0
pip3 install cibuildwheel==2.16.1
cibuildwheel --output-dir wheelhouse
- store_artifacts:
path: wheelhouse/