File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
@@ -149,4 +149,4 @@ jobs:
149149 twine upload artifact-${{ matrix.python-version }}/*.whl
150150 env:
151151 TWINE_USERNAME: __token__
152- TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN }}
152+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119
120120 deploy :
121121
122- # if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
122+ if : ${{ github.ref_type == 'tag' || github.event_name == 'release' }}
123123
124124 needs : [test, build]
125125
@@ -154,4 +154,4 @@ jobs:
154154 twine upload artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}/*.whl
155155 env:
156156 TWINE_USERNAME: __token__
157- TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN }}
157+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 2424 wheel-macos :
2525 uses : ./.github/workflows/build-wheel-macos.yml
2626 secrets : inherit
27- # pypi:
28- # needs: [wheel-linux, wheel-macos]
29- # uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
30- # secrets: inherit
27+ pypi :
28+ needs : [wheel-linux, wheel-macos]
29+ uses : ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
30+ secrets : inherit
3131
You can’t perform that action at this time.
0 commit comments