Skip to content

ENH: Increment version number from 0.8.3 to 0.8.4 #119

ENH: Increment version number from 0.8.3 to 0.8.4

ENH: Increment version number from 0.8.3 to 0.8.4 #119

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
with:
cmake-options: "Module_Montage_BUILD_EXAMPLES:BOOL=ON"
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
with:
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}