We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445b59a commit 30acb54Copy full SHA for 30acb54
.github/workflows/build-wheel-linux.yml
@@ -117,7 +117,7 @@ jobs:
117
118
deploy:
119
120
- if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
+ #if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
121
122
strategy:
123
fail-fast: false
.github/workflows/cd.yml
@@ -27,8 +27,8 @@ jobs:
27
# wheel-windows:
28
# uses: ./.github/workflows/build-wheel-windows.yml
29
# 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
+ pypi:
+ needs: [wheel-linux]
+ uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
+ secrets: inherit
34
0 commit comments