ci: do not modify run_all.sh in-tree

This changes the version of built wheels.
This commit is contained in:
link2xt
2022-07-10 13:03:33 +00:00
parent e5c255e011
commit 797b9fb087

View File

@@ -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