File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed 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, wheel-macos, wheel-windows]
32- uses : ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@v2
31+ # needs: [wheel-linux, wheel-macos, wheel-windows]
32+ uses : ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@skip-checks
3333 secrets : inherit
3434
You can’t perform that action at this time.
0 commit comments