File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 99 - main
1010
1111env :
12- # v6.0a02
13- itk-git-tag : " v6.0a02"
14- itk-wheel-tag : " v6.0a02"
15- # v6.0a02 + fixes
16- itk-python-package-tag : " v6.0a02"
12+ itk-git-tag : " v6.0b01"
13+ itk-wheel-tag : " v6.0b01"
14+ itk-python-package-tag : " v6.0b01.post1"
1715 itk-python-package-org : " InsightSoftwareConsortium"
1816
1917jobs :
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 cxx-build-workflow :
15- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
15+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v6.0b01
1616
1717 python-build-workflow :
18- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
18+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v6.0b01
1919 secrets :
2020 pypi_password : ${{ "{{" }} secrets.pypi_password {{ "}}" }}
You can’t perform that action at this time.
0 commit comments