Skip to content

Commit e2c165d

Browse files
committed
DOC: Point CI documentation to ITKRemoteModuleBuildTestPackageAction
Redirect further information to its repository README, which is extremely well documented.
1 parent f07383c commit e2c165d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ documentation, and Python package documentation.</dd>
7171

7272
The output of the cookiecutter is a buildable ITK external module with
7373
example 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

7878
Documentation on [how to populate the
7979
module](https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009)
@@ -106,13 +106,11 @@ CI Testing and Python Packages
106106

107107
Continuous integration service configurations are included to build
108108
and 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

117115
ITK 5.4 added support for [scikit-build-core](https://scikit-build-core.readthedocs.io/en/latest/),
118116
an 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

Comments
 (0)