From 28ac4e8cd1957d0df2ad1bc40d216060fcc455f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 00:14:05 +0000 Subject: [PATCH] =?UTF-8?q?[autoupdate-manylinux]=20update=20manylinux:=20?= =?UTF-8?q?manylinux2014=5Fx86=5F64[2022-02-27-769bdbd=E2=86=922022-03-06-?= =?UTF-8?q?4efbd88],=20manylinux2014=5Faarch64[2022-02-27-769bdbd=E2=86=92?= =?UTF-8?q?2022-03-06-4efbd88],=20manylinux2014=5Fppc64le[2022-02-27-769bd?= =?UTF-8?q?bd=E2=86=922022-03-06-4efbd88]?= 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 a74d495d..4b34f59b 100755 --- a/actions/dependencies.sh +++ b/actions/dependencies.sh @@ -20,9 +20,9 @@ PYVERSIONS_OSX="3.6.15 3.7.12 3.8.12 3.9.10 3.10.2" BUILDCACHE_NAME="Release v0.27.6" BUILDCACHE_URL_WIN=https://github.com/mbitsnbites/buildcache/releases/download/v0.27.6/buildcache-windows.zip CYTHON_VERSION=0.29.28 -MANYLINUX2014_X86_64_TAG=2022-02-27-769bdbd -MANYLINUX2014_AARCH64_TAG=2022-02-27-769bdbd -MANYLINUX2014_PPC64LE_TAG=2022-02-27-769bdbd +MANYLINUX2014_X86_64_TAG=2022-03-06-4efbd88 +MANYLINUX2014_AARCH64_TAG=2022-03-06-4efbd88 +MANYLINUX2014_PPC64LE_TAG=2022-03-06-4efbd88 # END DEPENDENCY-AUTOUPDATE SECTION