From 964f076edfa45d584bdaa115c3857cd2bca8f7ea Mon Sep 17 00:00:00 2001 From: Iain Russell Date: Mon, 25 Nov 2024 14:01:03 +0000 Subject: [PATCH] Fix build-wheel-linux.yml --- .github/workflows/build-wheel-linux.yml | 6 +++--- .github/workflows/cd.yml | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-wheel-linux.yml b/.github/workflows/build-wheel-linux.yml index 500bf3c..a0f3d9c 100644 --- a/.github/workflows/build-wheel-linux.yml +++ b/.github/workflows/build-wheel-linux.yml @@ -47,7 +47,7 @@ jobs: name: Build manylinux2014 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: ./scripts/build-linux.sh @@ -106,7 +106,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: @@ -135,7 +135,7 @@ jobs: - run: mkdir artifact-${{ matrix.python-version }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ec16ab0..c8089b2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,14 +21,14 @@ jobs: wheel-linux: uses: ./.github/workflows/build-wheel-linux.yml secrets: inherit - wheel-macos: - uses: ./.github/workflows/build-wheel-macos.yml - secrets: inherit - wheel-windows: - uses: ./.github/workflows/build-wheel-windows.yml - secrets: inherit - pypi: - needs: [wheel-linux, wheel-macos, wheel-windows] - uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2 - secrets: inherit +# wheel-macos: +# uses: ./.github/workflows/build-wheel-macos.yml +# secrets: inherit +# wheel-windows: +# uses: ./.github/workflows/build-wheel-windows.yml +# secrets: inherit +# pypi: +# needs: [wheel-linux, wheel-macos, wheel-windows] +# uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2 +# secrets: inherit