File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/upload-artifact@v4
27
27
with :
28
28
path : ./wheelhouse/*.whl
29
- name : publish-arm64-macos
29
+ name : publish-shared-wheels
30
30
31
- publish-arm64-macos :
31
+ publish-shared-wheels :
32
32
name : Publish arm64 macOS
33
33
runs-on : ubuntu-latest
34
34
needs : [wheel-arm64-macos]
75
75
run : |
76
76
python -m cibuildwheel --output-dir wheelhouse
77
77
env :
78
+ CIBW_BEFORE_ALL_LINUX : " sed -i -e 's/^mirrorlist/#mirrorlist/' -e 's/^#baseurl/baseurl/' -e 's/mirror.centos.org/vault.centos.org/' /etc/yum.repos.d/*.repo && yum install -y openblas-devel"
78
79
CIBW_ARCHS_LINUX : aarch64
79
80
CIBW_TEST_SKIP : " cp38* cp39* cp310* cp311*"
80
81
- uses : actions/upload-artifact@v4
@@ -112,6 +113,7 @@ jobs:
112
113
env :
113
114
CIBW_ARCHS_LINUX : s390x
114
115
CIBW_TEST_SKIP : " cp*"
116
+ CIBW_BEFORE_ALL : " sed -i -e 's/^mirrorlist/#mirrorlist/' -e 's/^#baseurl/baseurl/' -e 's/mirror.centos.org/vault.centos.org/' /etc/yum.repos.d/*.repo && yum install -y openblas-devel"
115
117
- uses : actions/upload-artifact@v4
116
118
with :
117
119
path : ./wheelhouse/*.whl
@@ -147,6 +149,7 @@ jobs:
147
149
env :
148
150
CIBW_ARCHS_LINUX : ppc64le
149
151
CIBW_TEST_SKIP : " cp*"
152
+ CIBW_BEFORE_ALL : " sed -i -e 's/^mirrorlist/#mirrorlist/' -e 's/^#baseurl/baseurl/' -e 's/mirror.centos.org/vault.centos.org/' /etc/yum.repos.d/*.repo && yum install -y openblas-devel"
150
153
- uses : actions/upload-artifact@v4
151
154
with :
152
155
path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments