Add notarization (#37)

* Add notarization to build script

* Pass NOTARY_PASS secret as an env var to the build script
This commit is contained in:
Nate Walck
2022-02-08 09:27:09 -06:00
committed by GitHub
parent 545d9da8d3
commit 1f9aab0562
3 changed files with 15 additions and 12 deletions
@@ -33,6 +33,8 @@ jobs:
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
- name: Run build package script
env:
NOTARY_PASS: ${{ secrets.NOTARY_PASS }}
run: ./build_python_framework_pkgs.zsh "$TYPE" "$DEV_ID" "$PYTHON_VERSION" "${BUILD_DATE}"
- name: Create Release