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