From d48b021ffbc5a75b1044930aeab5cf00fc89022a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:19:10 +0000 Subject: [PATCH] =?UTF-8?q?[autoupdate-manylinux]=20update=20manylinux:=20?= =?UTF-8?q?manylinux2014=5Fx86=5F64[2024-04-21-6ae659e=E2=86=922024.08.12-?= =?UTF-8?q?1],=20manylinux2014=5Faarch64[2024-04-21-6ae659e=E2=86=922024.0?= =?UTF-8?q?8.10-1],=20manylinux2014=5Fppc64le[2024-04-21-6ae659e=E2=86=922?= =?UTF-8?q?024.08.12-1]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actions/dependencies.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/dependencies.sh b/actions/dependencies.sh index 63a444bc..ec012945 100755 --- a/actions/dependencies.sh +++ b/actions/dependencies.sh @@ -21,9 +21,9 @@ PYURLS_MACOSUNIVERSAL="https://www.python.org/ftp/python/3.8.10/python-3.8.10-ma CCACHE_VERSION=4.9.1 CCACHE_URL=https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1-windows-x86_64.zip CYTHON_VERSION=3.0.10 -MANYLINUX2014_X86_64_TAG=2024-04-21-6ae659e -MANYLINUX2014_AARCH64_TAG=2024-04-21-6ae659e -MANYLINUX2014_PPC64LE_TAG=2024-04-21-6ae659e +MANYLINUX2014_X86_64_TAG=2024.08.12-1 +MANYLINUX2014_AARCH64_TAG=2024.08.10-1 +MANYLINUX2014_PPC64LE_TAG=2024.08.12-1 # END DEPENDENCY-AUTOUPDATE SECTION