Skip to content

Commit 563ad1b

Browse files
committed
fixup! Add signing keychain to workflow
1 parent 493752b commit 563ad1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ jobs:
6565
--keychain ${APPLE_SIGNING_KEYCHAIN_PATH} \
6666
${APPLE_SIGNING_KEYCHAIN_PROFILE}
6767
68-
# unlock the keychain so build-step doesn't need to know its password
69-
security unlock-keychain -p mysecretpassword ${APPLE_SIGNING_KEYCHAIN_PATH}
70-
7168
- name: Build wheels
7269
uses: pypa/[email protected]
7370

0 commit comments

Comments
 (0)