We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c734cb commit 38ad688Copy full SHA for 38ad688
.circleci/config.yml
@@ -47,7 +47,7 @@ jobs:
47
- run:
48
name: Build the Linux wheels.
49
command: |
50
- pip3 install --user cibuildwheel==2.19.1
+ pip3 install --user cibuildwheel==2.19.2
51
PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
52
53
- store_artifacts:
0 commit comments