Skip to content

Commit 622582c

Browse files
committed
ECC-1923: build own openjpeg lib as part of binary wheel
1 parent 3421912 commit 622582c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
source ./scripts/select-python-linux.sh 3.10
147147
pip3 install twine
148148
ls -l artifact-${{ matrix.python-version }}/*.whl
149-
twine upload artifact-${{ matrix.python-version }}/*.whl
149+
twine upload --repository testpypi artifact-${{ matrix.python-version }}/*.whl
150150
env:
151151
TWINE_USERNAME: __token__
152152
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
source ${VENV_DIR}/bin/activate
152152
pip3 install twine
153153
ls -l artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}/*.whl
154-
twine upload artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}/*.whl
154+
twine upload --repository testpypi artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}/*.whl
155155
env:
156156
TWINE_USERNAME: __token__
157157
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN }}

0 commit comments

Comments
 (0)