Skip to content

Commit ffaa665

Browse files
committed
Updating cibuildwheels for better 3.13 support
1 parent be14cc9 commit ffaa665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
platforms: all
3232

3333
- name: Build wheels
34-
uses: pypa/cibuildwheel@v2.20
34+
uses: pypa/cibuildwheel@v2.22
3535

3636
- uses: actions/upload-artifact@v4
3737
with:

.github/workflows/Publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
security unlock-keychain -p mysecretpassword ${APPLE_SIGNING_KEYCHAIN_PATH}
6969
7070
- name: Build wheels
71-
uses: pypa/cibuildwheel@v2.20
71+
uses: pypa/cibuildwheel@v2.22
7272

7373
- name: Cleanup Apple Keychain
7474
if: matrix.os == 'macos-13'

0 commit comments

Comments
 (0)