Skip to content

Commit 18b6a5a

Browse files
fix: build
1 parent 22bf758 commit 18b6a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: "3.12"
2323

2424
- name: Install cibuildwheel
25-
run: pip install cibuildwheel<=3 poetry
25+
run: pip install cibuildwheel<3 poetry
2626

2727
- name: Build wheels
2828
run: cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)