Skip to content

Commit e105982

Browse files
committed
COMP: Update Python package builds to v6.0b01.post1
With XCode 16.2 for compatibility.
1 parent de0b99e commit e105982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ on:
1313
description: 'Github release version tag for the ITKPythonBuilds build archive to use'
1414
required: false
1515
type: string
16-
default: 'v6.0b01'
16+
default: 'v6.0b01.post1'
1717
itk-python-package-tag:
1818
# See https://github.com/InsightSoftwareConsortium/ITKPythonPackage
1919
description: 'Git tag or commit hash for ITKPythonPackage build scripts to use'
2020
required: false
2121
type: string
2222
# v6.0b01
23-
default: 'v6.0b01'
23+
default: 'v6.0b01.post1'
2424
itk-python-package-org:
2525
description: 'Github organization name for fetching ITKPythonPackage build scripts'
2626
required: false

0 commit comments

Comments
 (0)