Skip to content

ENH: Transition project configuration to pyproject.toml #34

ENH: Transition project configuration to pyproject.toml

ENH: Transition project configuration to pyproject.toml #34

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
with:
itk-git-tag: 'v5.3.0'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
with:
itk-wheel-tag: 'v5.3.0'
secrets:
pypi_password: ${{ secrets.pypi_password }}