File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127
128128 deploy :
129129
130- if : ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
130+ # if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
131131
132132 strategy :
133133 fail-fast : false
Original file line number Diff line number Diff line change @@ -21,14 +21,15 @@ jobs:
2121 wheel-linux :
2222 uses : ./.github/workflows/build-wheel-linux.yml
2323 secrets : inherit
24- wheel-macos :
25- uses : ./.github/workflows/build-wheel-macos.yml
26- secrets : inherit
27- wheel-windows :
28- uses : ./.github/workflows/build-wheel-windows.yml
29- secrets : inherit
24+ # wheel-macos:
25+ # uses: ./.github/workflows/build-wheel-macos.yml
26+ # secrets: inherit
27+ # wheel-windows:
28+ # uses: ./.github/workflows/build-wheel-windows.yml
29+ # secrets: inherit
3030 pypi :
31- needs : [wheel-linux, wheel-macos, wheel-windows]
31+ needs : [wheel-linux]
32+ # needs: [wheel-linux, wheel-macos, wheel-windows]
3233 uses : ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
3334 secrets : inherit
3435
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ OPENJPEG_VERSION=v2.5.2
2121# To allow the manylinux image to continue to use yum afer EOL. See, for example:
2222# https://github.com/zanmato1984/arrow/commit/1fe15e06fac23983e5f890c2d749d9ccecd2ca15
2323# https://github.com/apache/arrow/issues/43119
24- sudo sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/* .repo
25- sudo sed -i s/^# .*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
26- sudo sed -i s/^mirrorlist=http/# mirrorlist=http/g /etc/yum.repos.d/*.repo
24+ # sudo sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
25+ # sudo sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
26+ # sudo sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
2727
2828source scripts/common.sh
2929
You can’t perform that action at this time.
0 commit comments