Skip to content

ENH: Perfer main branch for ITKRemoteModuleBuildTestPackageAction #130

ENH: Perfer main branch for ITKRemoteModuleBuildTestPackageAction

ENH: Perfer main branch for ITKRemoteModuleBuildTestPackageAction #130

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
with:
warnings-to-ignore: "ld. warning. ignoring duplicate libraries. \'-lm\'"
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main
with:
test-notebooks: false
secrets:
pypi_password: ${{ secrets.pypi_password }}