Skip to content

Commit 033c479

Browse files
thewtexdzenanz
authored andcommitted
ENH: Update CI for ITK 5.2.0
1 parent 1d90a2d commit 033c479

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ jobs:
1616
- os: ubuntu-18.04
1717
c-compiler: "gcc"
1818
cxx-compiler: "g++"
19-
itk-git-tag: "60c2920599013d20293432902cb9d775eb87d0b2"
19+
itk-git-tag: "v5.2.0"
2020
cmake-build-type: "MinSizeRel"
2121
- os: windows-2019
2222
c-compiler: "cl.exe"
2323
cxx-compiler: "cl.exe"
24-
itk-git-tag: "60c2920599013d20293432902cb9d775eb87d0b2"
24+
itk-git-tag: "v5.2.0"
2525
cmake-build-type: "Release"
2626
- os: macos-10.15
2727
c-compiler: "clang"
2828
cxx-compiler: "clang++"
29-
itk-git-tag: "60c2920599013d20293432902cb9d775eb87d0b2"
29+
itk-git-tag: "v5.2.0"
3030
cmake-build-type: "MinSizeRel"
3131

3232
steps:
3333
- uses: actions/checkout@v1
3434

35-
- name: Set up Python 3.7
36-
uses: actions/setup-python@v1
35+
- name: Set up Python 3.8
36+
uses: actions/setup-python@v2
3737
with:
38-
python-version: 3.7
38+
python-version: 3.8
3939

4040
- name: Install build dependencies
4141
run: |
@@ -169,13 +169,13 @@ jobs:
169169
pytest .
170170
171171
build-linux-python-packages:
172-
runs-on: ubuntu-18.04
172+
runs-on: ubuntu-20.04
173173
strategy:
174174
max-parallel: 2
175175
matrix:
176176
python-version: [36, 37, 38, 39]
177177
include:
178-
- itk-python-git-tag: "v5.2rc03"
178+
- itk-python-git-tag: "v5.2.0"
179179

180180
steps:
181181
- uses: actions/checkout@v2
@@ -222,7 +222,7 @@ jobs:
222222
max-parallel: 2
223223
matrix:
224224
include:
225-
- itk-python-git-tag: "v5.2rc03"
225+
- itk-python-git-tag: "v5.2.0"
226226

227227
steps:
228228
- uses: actions/checkout@v2

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-hasi',
16-
version='0.1.1',
16+
version='0.2.0',
1717
author='Kitware Medical',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -44,7 +44,7 @@
4444
keywords='ITK InsightToolkit',
4545
url=r'https://itk.org/',
4646
install_requires=[
47-
r'itk>=5.2rc1',
47+
r'itk>=5.2.0',
4848
r'itk-boneenhancement',
4949
r'itk-ioscanco',
5050
]

0 commit comments

Comments
 (0)