The PR #214 added the osx-arm64 build for the conda khiops executables. Since in osx-arm64 non signed binaries add unwanted popups we should sign them.
Questions/Ideas
Add the macOS certificate to the secrets
Change the signature code in packaging/conda/build.shso it is signed only on request
Currently it is triggered by setting a specific environment variables.
Description
The PR #214 added the
osx-arm64
build for the conda khiops executables. Since inosx-arm64
non signed binaries add unwanted popups we should sign them.Questions/Ideas
packaging/conda/build.sh
so it is signed only on request