Skip to content

Commit e7158f2

Browse files
committed
cibuildwheel version fix v3.4
1 parent 278409a commit e7158f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Build wheels
20-
uses: pypa/cibuildwheel@v2.16.5
20+
uses: pypa/cibuildwheel@v3.4.0
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
# SKIP: Old Python, PyPy, Musl (Alpine), and 32-bit Linux

0 commit comments

Comments
 (0)