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 22bf758 commit 18b6a5aCopy full SHA for 18b6a5a
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: "3.12"
23
24
- name: Install cibuildwheel
25
- run: pip install cibuildwheel<=3 poetry
+ run: pip install cibuildwheel<3 poetry
26
27
- name: Build wheels
28
run: cibuildwheel --output-dir dist
0 commit comments