We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a9e9f commit b9726c0Copy full SHA for b9726c0
.github/workflows/build-test-package.yml
@@ -220,7 +220,7 @@ jobs:
220
cd "${GITHUB_WORKSPACE}/Evaluated/ITKModuleTemplate"
221
export ITK_PACKAGE_VERSION=${{ env.itk-wheel-tag }}
222
export ITKPYTHONPACKAGE_TAG=${{ env.itk-python-package-tag }}
223
- for manylinux_version in "_2_28" "2014"; do
+ for manylinux_version in "_2_28"; do
224
rm -rf ITKPythonPackage
225
export MANYLINUX_VERSION=${manylinux_version}
226
echo "Building for manylinux specialization ${MANYLINUX_VERSION}"
0 commit comments