Skip to content

COMP: Fix MacOS Python packages #107

COMP: Fix MacOS Python packages

COMP: Fix MacOS Python packages #107

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@047d9949dcef810500a476da31d257bea42afce1
with:
cmake-options: "Module_Montage_BUILD_EXAMPLES:BOOL=ON"
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@047d9949dcef810500a476da31d257bea42afce1
with:
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}