From 18092814cd556be51c3028aa0f56f0b7acc96fe8 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 2 Jun 2025 20:58:34 +1000 Subject: [PATCH] Updated wheel names for auditwheel 6.4.0 --- manylinux2014-wheel-build/Makefile | 2 +- manylinux_2_28-wheel-build/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manylinux2014-wheel-build/Makefile b/manylinux2014-wheel-build/Makefile index d3ff2b22..3208a873 100644 --- a/manylinux2014-wheel-build/Makefile +++ b/manylinux2014-wheel-build/Makefile @@ -33,7 +33,7 @@ wheel: .PHONY: test test: 313 - docker run --rm -v $(ROOT):/Pillow -v `pwd`/out:/output $(TEST_IMAGE) sh -c ". /vpy3/bin/activate && python3 -m pip install /output/*cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh" + docker run --rm -v $(ROOT):/Pillow -v `pwd`/out:/output $(TEST_IMAGE) sh -c ". /vpy3/bin/activate && python3 -m pip install /output/*cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh" .PHONY: push push: diff --git a/manylinux_2_28-wheel-build/Makefile b/manylinux_2_28-wheel-build/Makefile index 5b6e9fa5..fa28aab8 100644 --- a/manylinux_2_28-wheel-build/Makefile +++ b/manylinux_2_28-wheel-build/Makefile @@ -33,7 +33,7 @@ wheel: .PHONY: test test: 313 - docker run --rm -v $(ROOT):/Pillow -v `pwd`/out:/output $(TEST_IMAGE) sh -c ". /vpy3/bin/activate && python3 -m pip install /output/*cp313-manylinux_2_28_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh" + docker run --rm -v $(ROOT):/Pillow -v `pwd`/out:/output $(TEST_IMAGE) sh -c ". /vpy3/bin/activate && python3 -m pip install /output/*cp313-*manylinux_2_28_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh" .PHONY: push push: