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 78a91da commit dace5faCopy full SHA for dace5fa
.circleci/config.yml
@@ -42,7 +42,7 @@ jobs:
42
- run:
43
name: Build the Linux wheels.
44
command: |
45
- pip3 install --user cibuildwheel==2.21.1
+ pip3 install --user cibuildwheel==2.21.3
46
PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
47
48
- store_artifacts:
0 commit comments