Skip to content

BUG: GHA: Fix selection of Python versions for CUDA packages #1114

BUG: GHA: Fix selection of Python versions for CUDA packages

BUG: GHA: Fix selection of Python versions for CUDA packages #1114

name: Build, test, package
on: [push,pull_request]
concurrency:
group: '${{ github.workflow }}@${{ github.head_ref || github.run_id }}'
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
with:
cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF'
itk-python-package-org: 'SimonRit'
itk-python-package-tag: '45cfd02a22661731ca5b155f210cfa2f887d50e7'
python3-minor-versions: ${{ github.event_name == 'pull_request' && '["11"]' || '["9","10","11"]' }}
secrets:
pypi_password: ${{ secrets.pypi_password }}