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