Skip to content

Commit 226f538

Browse files
committed
Clean up wheel build
1 parent 1a83120 commit 226f538

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

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

+1-1
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

+11-12
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@ on:
1818
paths:
1919
- '.github/workflows/cd.yml'
2020
jobs:
21-
#wheel-linux:
22-
# uses: ./.github/workflows/build-wheel-linux.yml
23-
# 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
21+
wheel-linux:
22+
uses: ./.github/workflows/build-wheel-linux.yml
23+
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]
32-
#needs: [wheel-linux, wheel-macos, wheel-windows]
33-
uses: ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@lenient-pypi
31+
needs: [wheel-linux, wheel-macos, wheel-windows]
32+
uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
3433
secrets: inherit
3534

0 commit comments

Comments
 (0)