This repository was archived by the owner on May 27, 2026. It is now read-only.
COMP: Modernize CI, fix build issues, and fix Python wrapping #22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build, test, package | |
| on: | |
| push: | |
| branches: | |
| - main | |
| tags: | |
| - 'v*' | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| cxx-build-workflow: | |
| uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.6 | |
| python-build-workflow: | |
| uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6 | |
| with: | |
| itk-wheel-tag: 'v5.4.5' | |
| itk-python-package-tag: 'v5.4.5' | |
| test-notebooks: false | |
| secrets: | |
| pypi_password: ${{ secrets.pypi_password }} |