File tree 2 files changed +12
-13
lines changed
2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
128
128
deploy :
129
129
130
- # if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
130
+ if : ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
131
131
132
132
strategy :
133
133
fail-fast : false
Original file line number Diff line number Diff line change 18
18
paths :
19
19
- ' .github/workflows/cd.yml'
20
20
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
30
30
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
34
33
secrets : inherit
35
34
You can’t perform that action at this time.
0 commit comments