Skip to content

ENH: Set Python package version to 2.2.0 #313

ENH: Set Python package version to 2.2.0

ENH: Set Python package version to 2.2.0 #313

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
itk-cmake-options: '-DITK_BUILD_DEFAULT_MODULES:BOOL=OFF -DITKGroup_Core:BOOL=ON'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}