Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 0 additions & 154 deletions .github/workflows/build-wheel-linux.yml

This file was deleted.

168 changes: 0 additions & 168 deletions .github/workflows/build-wheel-macos.yml

This file was deleted.

8 changes: 1 addition & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,11 @@ on:
paths:
- '.github/workflows/cd.yml'
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]
needs: [wheel-windows]
uses: ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@v2
secrets: inherit

Loading
Loading