We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b18969 commit 128ce23Copy full SHA for 128ce23
.github/workflows/CI-wheels.yaml
@@ -31,7 +31,7 @@ jobs:
31
platforms: all
32
33
- name: Build wheels
34
- uses: pypa/cibuildwheel@v3.2
+ uses: pypa/cibuildwheel@v3.4
35
36
- uses: actions/upload-artifact@v5
37
with:
.github/workflows/Publish.yaml
@@ -68,7 +68,7 @@ jobs:
68
security unlock-keychain -p mysecretpassword ${APPLE_SIGNING_KEYCHAIN_PATH}
69
70
71
72
73
- name: Cleanup Apple Keychain
74
if: matrix.os == 'macos-14'
0 commit comments