Skip to content

Commit 66b5b2d

Browse files
committed
Revert "ECC-1923: build own openjpeg lib as part of binary wheel"
This reverts commit 3421912.
1 parent 5a8f65d commit 66b5b2d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
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
@@ -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 }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
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

0 commit comments

Comments
 (0)