@@ -23,12 +23,12 @@ jobs:
2323 shell : bash
2424 strategy :
2525 fail-fast : false
26- matrix :
27- python-version : ['3.9']
28- platform : [x86_64, aarch64]
29- manylinux : [2014, 2_28]
30- with_contrib : [0, 1]
31- without_gui : [0, 1]
26+ matrix :
27+ python-version : ['3.9']
28+ platform : [x86_64, aarch64]
29+ manylinux : [2014, 2_28]
30+ with_contrib : [0, 1]
31+ without_gui : [0, 1]
3232 build_sdist : [0]
3333 include :
3434 - platform : aarch64
6060 SDIST : ${{ matrix.build_sdist || 0 }}
6161 ENABLE_HEADLESS : ${{ matrix.without_gui }}
6262 ENABLE_CONTRIB : ${{ matrix.with_contrib }}
63-
63+
6464 steps :
6565 - name : Cleanup
6666 run : find . -mindepth 1 -delete
@@ -94,20 +94,20 @@ jobs:
9494 fail-fast : false
9595 matrix :
9696 python-version : ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
97- platform : [x86_64, aarch64]
97+ platform : [x86_64, aarch64]
9898 manylinux : [2014, 2_28]
9999 with_contrib : [0, 1]
100100 without_gui : [0, 1]
101101 build_sdist : [0]
102-
102+
103103 env :
104104 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
105105 MB_PYTHON_VERSION : ${{ matrix.python-version }}
106106 NP_TEST_DEP : numpy==1.19.4
107107 NP_TEST_DEP_LATEST : numpy==2.2.6
108108 CONFIG_PATH : travis_config.sh
109109 PLAT : ${{ matrix.platform }}
110- SDIST : ${{ matrix.build_sdist || 0 }}
110+ SDIST : ${{ matrix.build_sdist || 0 }}
111111 ENABLE_HEADLESS : ${{ matrix.without_gui }}
112112 ENABLE_CONTRIB : ${{ matrix.with_contrib }}
113113 DOCKER_TEST_IMAGE : ${{ matrix.platform == 'aarch64' && 'quay.io/opencv-ci/multibuild-focal_arm64v8:2025-11-13' || '' }}
@@ -120,9 +120,9 @@ jobs:
120120 with :
121121 submodules : true
122122 fetch-depth : 0
123-
123+
124124 - name : Setup Environment variables
125- run : if [ "3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" -o "3.12" == "${{ matrix.python-version }}" -o "3.13" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
125+ run : if [ "3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" -o "3.12" == "${{ matrix.python-version }}" -o "3.13" == "${{ matrix.python-version }}" -o "3.14" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
126126 - name : Download a wheel accordingly to matrix
127127 uses : actions/download-artifact@v4
128128 with :
@@ -240,7 +240,7 @@ jobs:
240240 - uses : actions/download-artifact@v4
241241 with :
242242 path : wheelhouse/
243-
243+
244244 - name : Upload all wheels
245245 run : |
246246 python -m pip install twine
0 commit comments