File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1818 paths :
1919 - ' .github/workflows/cd.yml'
2020jobs :
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
You can’t perform that action at this time.
0 commit comments