Skip to content

Commit

Permalink
Merge pull request #62 from tbirdso/update-macos
Browse files Browse the repository at this point in the history
ENH: Bump to ITK v5.3rc04.post3
  • Loading branch information
tbirdso committed Oct 5, 2022
2 parents 161ad90 + 4ab0a64 commit c635466
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build, test, package
on: [push,pull_request]

env:
itk-git-tag: "835dc01388d22c4b4c9a46b01dbdfe394ec23511"
itk-wheel-tag: "v5.3rc04.post2" # Same ITK C++ reference commit, different tag name
itk-git-tag: "171fb2ba33a87041f99328a2f26612ff33aa9cc8"
itk-wheel-tag: "v5.3rc04.post3" # Same ITK C++ reference commit, different tag name

jobs:
build-test-cxx:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: 'Build 🐍 Python 📦 package'
run: |
export ITK_PACKAGE_VERSION=${{ env.itk-wheel-tag }}
for tarball in "" "-manylinux2014"; do
for tarball in "-manylinux_2_28" "-manylinux2014"; do
rm -rf ITKPythonPackage
export TARBALL_SPECIALIZATION=${tarball}
./dockcross-manylinux-download-cache-and-build-module-wheels.sh cp${{ matrix.python-version }}
Expand All @@ -80,7 +80,7 @@ jobs:
- name: 'Specific XCode version'
run: |
ls "/Applications"
sudo xcode-select -s "/Applications/Xcode_11.7.app"
sudo xcode-select -s "/Applications/Xcode_13.2.1.app"
- name: Get specific version of CMake, Ninja
uses: lukka/get-cmake@v3.18.3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-splitcomponents',
version='2.0.8',
version='2.0.9',
author='Matthew M. McCormick',
author_email='matt.mccormick@kitware.com',
packages=['itk'],
Expand Down Expand Up @@ -50,6 +50,6 @@
keywords='ITK Higher-order Derivative Gradient',
url=r'https://github.com/InsightSoftwareConsortium/ITKSplitComponents',
install_requires=[
r'itk>=5.3rc04.post2'
r'itk>=5.3rc04.post3'
]
)

0 comments on commit c635466

Please sign in to comment.