Skip to content

Commit 1a83120

Browse files
committed
Release just the Linux wheel
1 parent cbeb836 commit 1a83120

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ on:
1818
paths:
1919
- '.github/workflows/cd.yml'
2020
jobs:
21-
wheel-linux:
22-
uses: ./.github/workflows/build-wheel-linux.yml
23-
secrets: inherit
21+
#wheel-linux:
22+
# uses: ./.github/workflows/build-wheel-linux.yml
23+
# secrets: inherit
2424
#wheel-macos:
2525
# uses: ./.github/workflows/build-wheel-macos.yml
2626
# secrets: inherit
2727
#wheel-windows:
2828
# uses: ./.github/workflows/build-wheel-windows.yml
2929
# secrets: inherit
3030
pypi:
31-
needs: [wheel-linux]
31+
#needs: [wheel-linux]
3232
#needs: [wheel-linux, wheel-macos, wheel-windows]
33-
uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
33+
uses: ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@lenient-pypi
3434
secrets: inherit
3535

0 commit comments

Comments
 (0)