Skip to content

Commit 30acb54

Browse files
committed
Fix build-wheel-linux.yml
1 parent 445b59a commit 30acb54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
deploy:
119119

120-
if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
120+
#if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
121121

122122
strategy:
123123
fail-fast: false

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# wheel-windows:
2828
# uses: ./.github/workflows/build-wheel-windows.yml
2929
# secrets: inherit
30-
# pypi:
31-
# needs: [wheel-linux, wheel-macos, wheel-windows]
32-
# uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
33-
# secrets: inherit
30+
pypi:
31+
needs: [wheel-linux]
32+
uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
33+
secrets: inherit
3434

0 commit comments

Comments
 (0)