Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

Merge pull request #95 from InsightSoftwareConsortium/update-ci-best-… #122

Merge pull request #95 from InsightSoftwareConsortium/update-ci-best-…

Merge pull request #95 from InsightSoftwareConsortium/update-ci-best-… #122

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@main
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main
secrets:
pypi_password: ${{ secrets.pypi_password }}