Skip to content

Commit 7b48506

Browse files
committed
ENH: Bump Python CI builds for v5.1.0.post3
This fixes remote module package use with Dask distributed.
1 parent 0d830c2 commit 7b48506

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
matrix:
138138
python-version: [35, 36, 37, 38]
139139
include:
140-
- itk-python-git-tag: "v5.1.0.post2"
140+
- itk-python-git-tag: "v5.1.0.post3"
141141

142142
steps:
143143
- uses: actions/checkout@v2
@@ -181,7 +181,7 @@ jobs:
181181
max-parallel: 2
182182
matrix:
183183
include:
184-
- itk-python-git-tag: "v5.1.0.post2"
184+
- itk-python-git-tag: "v5.1.0.post3"
185185

186186
steps:
187187
- uses: actions/checkout@v2
@@ -218,7 +218,7 @@ jobs:
218218
matrix:
219219
python-version-minor: [5, 6, 7, 8]
220220
include:
221-
- itk-python-git-tag: "v5.1.0.post2"
221+
- itk-python-git-tag: "v5.1.0.post3"
222222

223223
steps:
224224
- uses: actions/checkout@v2

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
matrix:
131131
python-version: [35, 36, 37, 38]
132132
include:
133-
- itk-python-git-tag: "v5.1.0.post2"
133+
- itk-python-git-tag: "v5.1.0.post3"
134134

135135
steps:
136136
- uses: actions/checkout@v2
@@ -166,7 +166,7 @@ jobs:
166166
max-parallel: 2
167167
matrix:
168168
include:
169-
- itk-python-git-tag: "v5.1.0.post2"
169+
- itk-python-git-tag: "v5.1.0.post3"
170170

171171
steps:
172172
- uses: actions/checkout@v2
@@ -195,7 +195,7 @@ jobs:
195195
matrix:
196196
python-version-minor: [5, 6, 7, 8]
197197
include:
198-
- itk-python-git-tag: "v5.1.0.post2"
198+
- itk-python-git-tag: "v5.1.0.post3"
199199

200200
steps:
201201
- uses: actions/checkout@v2

{{cookiecutter.project_name}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
keywords='ITK InsightToolkit',
4545
url=r'https://itk.org/',
4646
install_requires=[
47-
r'itk>=5.1.0.post2'
47+
r'itk>=5.1.0.post3'
4848
]
4949
)

0 commit comments

Comments
 (0)