@@ -71,9 +71,9 @@ documentation, and Python package documentation.</dd>
7171
7272The output of the cookiecutter is a buildable ITK external module with
7373example classes. Remove or replace the classes with your new classes.
74- Push your new module to GitHub, and enable builds on
75- [ CircleCI ] ( https://circleci.com/ ) , [ TravisCI ] ( https://travis-ci.org/ ) ,
76- and [ AppVeyor ] ( https://www.appveyor.com/ ) .
74+ Push your new module to GitHub. Cross-platform C++ testing and Python
75+ packaging is provided via the [ ITKRemoteModuleBuildTestPackageAction ]
76+ reusable GitHub Action .
7777
7878Documentation on [ how to populate the
7979module] ( https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009 )
@@ -106,13 +106,11 @@ CI Testing and Python Packages
106106
107107Continuous integration service configurations are included to build
108108and test the C++ core of packages across platforms and build binary
109- Python packages for Linux, macOS, and Windows. These packages can be
110- [ downloaded] ( https://itkpythonpackage.readthedocs.io/en/master/Build_ITK_Module_Python_packages.html#github-automated-ci-package-builds )
111- and [ uploaded to the Python Package Index
112- (PyPI)] ( https://itkpythonpackage.readthedocs.io/en/master/Build_ITK_Module_Python_packages.html#upload-the-packages-to-pypi ) .
109+ Python packages for Linux, macOS, and Windows. For more information, see
110+ the [ ITKRemoteModuleBuildTestPackageAction] documentation.
113111
114- pyproject.toml
115- --------------
112+ pyproject.toml migration
113+ ------------------------
116114
117115ITK 5.4 added support for [ scikit-build-core] ( https://scikit-build-core.readthedocs.io/en/latest/ ) ,
118116an update to scikit-build classic that supports [ PEP
@@ -147,3 +145,5 @@ Authors
147145- Bradley Lowekamp
148146- Matt McCormick
149147- Jean-Baptiste VIMORT
148+
149+ [ ITKRemoteModuleBuildTestPackageAction ] : https://github.com/InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction
0 commit comments