Skip to content

Commit 4ab0a64

Browse files
committed
ENH: Update tarball list for Python CI
1 parent f37cc13 commit 4ab0a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: 'Build 🐍 Python 📦 package'
5858
run: |
5959
export ITK_PACKAGE_VERSION=${{ env.itk-wheel-tag }}
60-
for tarball in "" "-manylinux2014"; do
60+
for tarball in "-manylinux_2_28" "-manylinux2014"; do
6161
rm -rf ITKPythonPackage
6262
export TARBALL_SPECIALIZATION=${tarball}
6363
./dockcross-manylinux-download-cache-and-build-module-wheels.sh cp${{ matrix.python-version }}

0 commit comments

Comments
 (0)