Skip to content

Commit 2c0edfe

Browse files
author
Simon Rit
committed
ENH: Upgrade ITK tags to latest v5.4.4(.post1)
1 parent 346bdf1 commit 2c0edfe

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ on:
99
- main
1010

1111
env:
12-
# v6.0a02
13-
itk-git-tag: "v6.0a02"
14-
itk-wheel-tag: "v6.0a02"
15-
# v6.0a02 + fixes
16-
itk-python-package-tag: "v6.0a02"
12+
itk-git-tag: "v5.4.4"
13+
itk-wheel-tag: "v5.4.4.post1"
14+
itk-python-package-tag: "v5.4.4.post1"
1715
itk-python-package-org: "InsightSoftwareConsortium"
1816

1917
jobs:

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212

1313
jobs:
1414
cxx-build-workflow:
15-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
15+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v6.0b01
1616

1717
python-build-workflow:
18-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].2
18+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
1919
secrets:
2020
pypi_password: ${{ "{{" }} secrets.pypi_password {{ "}}" }}

0 commit comments

Comments
 (0)