Skip to content

Commit ed2a58b

Browse files
committed
COMP: Update RemoteModulePackageAction and Python 3.9+
Update github actions to v5.4.4 and package management for python 3.9
1 parent 4dc0acd commit ed2a58b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].2
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
88

99
python-build-workflow:
10-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].2
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
1111
secrets:
1212
pypi_password: ${{ secrets.pypi_password }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKBoneMorphometry"
4949
# The versions of CMake to allow. If CMake is not present on the system or does
5050
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
5151
# string will disable this check.
52-
cmake.version = ">=3.16.3"
52+
cmake.version = ">=3.22.1"
5353

5454
# A list of args to pass to CMake when configuring the project. Setting this in
5555
# config or envvar will override toml. See also ``cmake.define``.

0 commit comments

Comments
 (0)