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 868e74e commit 9647453Copy full SHA for 9647453
1 file changed
.github/workflows/wheels.yml
@@ -66,6 +66,10 @@ jobs:
66
--keychain ${APPLE_SIGNING_KEYCHAIN_PATH} \
67
${APPLE_SIGNING_KEYCHAIN_PROFILE}
68
69
+ # disable auto-locking of keychain
70
+ security set-keychain-settings ${APPLE_SIGNING_KEYCHAIN_PATH}
71
+ security unlock-keychain -p mysecretpassword ${APPLE_SIGNING_KEYCHAIN_PATH}
72
+
73
- name: Build wheels
74
uses: pypa/cibuildwheel@v2.12.1
75
0 commit comments