Skip to content

Commit

Permalink
Merge pull request #28 from thewtex/itk-5.4rc04
Browse files Browse the repository at this point in the history
ENH: CI updates for ITK 5.4rc04
  • Loading branch information
thewtex authored Apr 18, 2024
2 parents 2559968 + bf0b429 commit 3312f9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4rc03-arm-wheels
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d0ccbd2f089a0c193ad362481135bc150b0cab10

python-build-workflow:
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4rc03-arm-wheels
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d0ccbd2f089a0c193ad362481135bc150b0cab10
secrets:
pypi_password: ${{ secrets.pypi_password }}
4 changes: 2 additions & 2 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-ants"
version = "0.4rc1"
version = "0.4rc2"
description = "Advanced Normalization Tools in WebAssembly"
readme = "README.rst"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -37,7 +37,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"itk>=5.4rc3",
"itk>=5.4rc4",
]

[project.urls]
Expand Down

0 comments on commit 3312f9c

Please sign in to comment.