Skip to content

Commit 8b337ed

Browse files
committed
bump cibuildwheel on .circleci/config.yml
1 parent a4473d9 commit 8b337ed

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
@@ -47,7 +47,7 @@ jobs:
4747
- run:
4848
name: Build the Linux wheels.
4949
command: |
50-
pip3 install --user cibuildwheel==2.17.0
50+
pip3 install --user cibuildwheel==2.18.1
5151
PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
5252
5353
- store_artifacts:

0 commit comments

Comments
 (0)