We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ad46f commit 59178e0Copy full SHA for 59178e0
2 files changed
.github/workflows/build-test-cxx.yml
@@ -15,7 +15,7 @@ on:
15
itk-git-tag:
16
required: false
17
type: string
18
- default: 'abf5fa10522a36bc51f42f20f426a622f42ed90d'
+ default: 'v5.3.0'
19
20
jobs:
21
build-test-cxx:
.github/workflows/build-test-package-python.yml
@@ -10,7 +10,7 @@ on:
10
itk-wheel-tag:
11
12
13
- default: 'v5.3rc04.post4'
14
secrets:
pypi_password:
required: false # Packages will not be uploaded to PyPI if not set
0 commit comments