Skip to content

COMP: Update CI best practices and Python 3.10+ #131

COMP: Update CI best practices and Python 3.10+

COMP: Update CI best practices and Python 3.10+ #131

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