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 f37cc13 commit 4ab0a64Copy full SHA for 4ab0a64
.github/workflows/build-test-package.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: 'Build 🐍 Python 📦 package'
58
run: |
59
export ITK_PACKAGE_VERSION=${{ env.itk-wheel-tag }}
60
- for tarball in "" "-manylinux2014"; do
+ for tarball in "-manylinux_2_28" "-manylinux2014"; do
61
rm -rf ITKPythonPackage
62
export TARBALL_SPECIALIZATION=${tarball}
63
./dockcross-manylinux-download-cache-and-build-module-wheels.sh cp${{ matrix.python-version }}
0 commit comments