Skip to content

Merge pull request #93 from dzenanz/fixWarning #115

Merge pull request #93 from dzenanz/fixWarning

Merge pull request #93 from dzenanz/fixWarning #115

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 }}