Skip to content

Commit

Permalink
Fix build-wheel-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Nov 25, 2024
1 parent 6e01ef6 commit 964f076
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: Build manylinux2014

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- run: ./scripts/build-linux.sh

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -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:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 964f076

Please sign in to comment.