Skip to content

Commit 128ce23

Browse files
committed
Update CI actions
1 parent 7b18969 commit 128ce23

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@v3.2
34+
uses: pypa/cibuildwheel@v3.4
3535

3636
- uses: actions/upload-artifact@v5
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@v3.2
71+
uses: pypa/cibuildwheel@v3.4
7272

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

0 commit comments

Comments
 (0)