Skip to content

Commit 901f7a9

Browse files
hjmjohnsonthewtex
authored andcommitted
build(c++): update RemoteModulePackageAction and Python 3.9+
Update github actions to v5.4.4 and package management for python 3.9
1 parent c6863ea commit 901f7a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cxx-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
#python-build-workflow:
2323
## itk-wasm branch
24-
#uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
24+
#uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
2525
#with:
2626
#itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11.0'
2727
#manylinux-platforms: '["_2_28-x64","_2_28-aarch64"]'

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "itk-webassemblyinterface"
7-
version = "1.0b176"
7+
version = "1.0b177"
88
description = "IO with the itk-wasm file formats"
99
readme = "docs/itk-webassemblyinterface-description.md"
1010
license = {file = "LICENSE"}
@@ -47,7 +47,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITK-Wasm"
4747
# The versions of CMake to allow. If CMake is not present on the system or does
4848
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
4949
# string will disable this check.
50-
cmake.version = ">=3.16.3"
50+
cmake.version = ">=3.22.1"
5151

5252
# A list of args to pass to CMake when configuring the project. Setting this in
5353
# config or envvar will override toml. See also ``cmake.define``.
@@ -102,7 +102,7 @@ editable.mode = "redirect"
102102
# set.
103103
editable.rebuild = false
104104

105-
# If set, this will provide a method for backward compatibility.
105+
# If set, this will provide a method for scikit-build-core backward compatibility.
106106
minimum-version = "0.8.2"
107107

108108
# The build directory. Defaults to a temporary directory, but can be set.

0 commit comments

Comments
 (0)