Skip to content

Commit

Permalink
Merge pull request #1143 from thewtex/native-itk-5.4.0
Browse files Browse the repository at this point in the history
chore(python): update native package for ITK 5.4.0
  • Loading branch information
thewtex committed May 29, 2024
2 parents 65b369e + f37d321 commit 8d1a3d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cxx-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: C++,Native Python
on: [push,pull_request]

env:
ITKMeshToPolyData-git-tag: "v0.11rc02"
ITKMeshToPolyData-git-tag: "v0.11.0"

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
with:
itk-module-deps: 'MeshToPolyData@v0.11rc03'
itk-module-deps: 'MeshToPolyData@v0.11.0'
ctest-options: '-E itkPipelineTest'

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
with:
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11rc03'
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11.0'
secrets:
pypi_password: ${{ secrets.pypi_password }}
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "itk-webassemblyinterface"
version = "1.0b173"
version = "1.0b175"
description = "IO with the itk-wasm file formats"
readme = "docs/itk-webassemblyinterface-description.md"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -35,8 +35,8 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"itk>=5.4rc3",
"itk-meshtopolydata>=0.11rc3",
"itk == 5.4.*",
"itk-meshtopolydata == 0.11.*",
]

[project.urls]
Expand Down

0 comments on commit 8d1a3d0

Please sign in to comment.