Skip to content

Commit 9647453

Browse files
committed
disable keychain auto relock
1 parent 868e74e commit 9647453

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
--keychain ${APPLE_SIGNING_KEYCHAIN_PATH} \
6767
${APPLE_SIGNING_KEYCHAIN_PROFILE}
6868
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+
6973
- name: Build wheels
7074
uses: pypa/[email protected]
7175

0 commit comments

Comments
 (0)