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 261038c commit 95bbf4aCopy full SHA for 95bbf4a
.github/workflows/wheels.yml
@@ -55,6 +55,7 @@ jobs:
55
echo "unlocked"
56
57
# import certificate into keychain then remove from filesystem
58
+ security import --help
59
security import ${CERTIFICATE} -k ${APPLE_SIGNING_KEYCHAIN_PATH} -P "${{ secrets.APPLE_SIGNING_P12_PASSWORD }}" -A
60
echo "imported"
61
rm $CERTIFICATE
0 commit comments