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 493752b commit 563ad1bCopy full SHA for 563ad1b
1 file changed
.github/workflows/wheels.yml
@@ -65,9 +65,6 @@ jobs:
65
--keychain ${APPLE_SIGNING_KEYCHAIN_PATH} \
66
${APPLE_SIGNING_KEYCHAIN_PROFILE}
67
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
-
71
- name: Build wheels
72
uses: pypa/cibuildwheel@v2.12.1
73
0 commit comments