Skip to content

Commit 3a130a8

Browse files
committed
Update cibuildwheel version to v3.3.1 for improved wheel building
1 parent 4744b4f commit 3a130a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install babel
2323
2424
- name: Build wheels
25-
uses: pypa/cibuildwheel@v2.21.2
25+
uses: pypa/cibuildwheel@v3.3.1
2626
env:
2727
CIBW_BEFORE_BUILD: pip install babel && pybabel compile -d plotpy/locale -D plotpy
2828

0 commit comments

Comments
 (0)