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 9b1baaa commit eadd6dbCopy full SHA for eadd6db
.github/workflows/CI-wheels.yaml
@@ -31,7 +31,7 @@ jobs:
31
platforms: all
32
33
- name: Build wheels
34
- uses: pypa/cibuildwheel@v2.20
+ uses: pypa/cibuildwheel@v2.22
35
36
- uses: actions/upload-artifact@v4
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-13'
0 commit comments