Skip to content

Commit f6240a1

Browse files
committed
Release just the Linux wheel
1 parent adf8e5c commit f6240a1

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/build-wheel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/cd.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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

scripts/build-linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2828
source scripts/common.sh
2929

0 commit comments

Comments
 (0)