From 797b9fb087be7afc8bf3c5e9a3991cdb6be6258b Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 10 Jul 2022 13:03:33 +0000 Subject: [PATCH] ci: do not modify run_all.sh in-tree This changes the version of built wheels. --- scripts/concourse/docs_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/concourse/docs_wheels.yml b/scripts/concourse/docs_wheels.yml index d42b5c4dc..e9875932e 100644 --- a/scripts/concourse/docs_wheels.yml +++ b/scripts/concourse/docs_wheels.yml @@ -280,8 +280,8 @@ jobs: args: - -exc - | - sed -i s/pypy37,pypy38,pypy39,// scripts/run_all.sh - scripts/run_all.sh + sed s/pypy37,pypy38,pypy39,// scripts/run_all.sh >/tmp/run_all.sh + bash /tmp/run_all.sh # Upload musl x86_64 wheels - task: upload-wheels