From 4fd140cd82dfae27e27c514f10f40f2dba3e5a21 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Thu, 8 Feb 2024 16:43:36 +0100 Subject: [PATCH] BUG: Use newer CI packaging to fix audiwheel whitelist policy --- .github/workflows/build-test-package-python-cuda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-package-python-cuda.yml b/.github/workflows/build-test-package-python-cuda.yml index 12292b9..d5ccd7f 100644 --- a/.github/workflows/build-test-package-python-cuda.yml +++ b/.github/workflows/build-test-package-python-cuda.yml @@ -5,8 +5,8 @@ on: [push,pull_request] env: cmake-options: '-DCUDACOMMON_CUDA_VERSION=11.6' itk-wheel-tag: 'v5.4rc01' - itk-python-package-tag: '5ad02309321621cdc7269b9b68a35013c912271c' - itk-python-package-org: 'InsightSoftwareConsortium' + itk-python-package-tag: 'ecbfd7f20a138793eb8ea0a8b27c3b6d62e335a6' + itk-python-package-org: 'SimonRit' jobs: build-linux-cuda-python-packages: