Skip to content

Commit

Permalink
Merge pull request #160 from thewtex/itk-5.4.0
Browse files Browse the repository at this point in the history
ENH: Updates for ITK 5.4.0
  • Loading branch information
thewtex committed Jun 10, 2024
2 parents 8d7a047 + b3fc2bd commit 0d54bc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build, test, package
on: [push,pull_request]

env:
itk-git-tag: "v5.4rc04"
itk-wheel-tag: "v5.4rc04"
itk-python-package-tag: "v5.4rc04"
itk-git-tag: "v5.4.0"
itk-wheel-tag: "v5.4.0"
itk-python-package-tag: "v5.4.0"

jobs:
build-test-cxx:
Expand Down
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: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@df1df6398389fa1a99d169b1264b9647d2164dd0
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@df1df6398389fa1a99d169b1264b9647d2164dd0
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
secrets:
pypi_password: ${{ "{{" }} secrets.pypi_password {{ "}}" }}
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"itk>=5.4rc4",
"itk == 5.4.*",
]

[project.urls]
Expand Down

0 comments on commit 0d54bc7

Please sign in to comment.