@@ -115,68 +115,6 @@ jobs:
115115 sudo mv -v ./dist/"zstd-${{matrix.os.version}}-${{matrix.os.pyengine_tag}}-linux_${{matrix.os.tag_arch}}.whl" ./dist/"zstd-${{matrix.os.version}}-${{matrix.os.pyengine_tag}}-${{matrix.os.libc_tag}}_${{matrix.os.tag_arch}}.whl"
116116 sudo rm -vf ./dist/*.tar.gz
117117
118- - name : Build ${{ matrix.os.name }} wheels and test (old)
119- uses : pypa/cibuildwheel@v1.12.0
120- if : matrix.cibw.group == 'old'
121- with :
122- output-dir : dist
123- env :
124- CIBW_BUILD : ${{ matrix.cibw.build }}
125- # Skip 32-bit builds // NO
126- # CIBW_SKIP: '*-win32 *_i686'
127- CIBW_MANYLINUX_I686_IMAGE : manylinux1
128- CIBW_MANYLINUX_X86_64_IMAGE : manylinux1
129- CIBW_MUSLLINUX_I686_IMAGE : musllinux_1_2
130- CIBW_MUSLLINUX_X86_64_IMAGE : musllinux_1_2
131- # Only build on x86 and arm64 for linux
132- CIBW_ARCHS_LINUX : i686 x86_64
133- CIBW_BEFORE_ALL_LINUX : >
134- python -m pip install --upgrade pip
135- # CIBW_ARCHS_MACOS: x86_64 arm64 universal2
136- # Building two wheels for MacOS and skipping Universal
137- CIBW_ARCHS_MACOS : x86_64
138- # Skip testing Apple Silicon until there are GH runners
139- CIBW_TEST_SKIP : ' *_arm64 *_universal2:arm64'
140- CIBW_BEFORE_ALL_MACOS : >
141- python -m pip install --upgrade pip
142- # CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.7
143- CIBW_BUILD_VERBOSITY_MACOS : 0
144- CIBW_BEFORE_ALL_WINDOWS : >
145- python -m pip install --upgrade pip
146- CIBW_TEST_COMMAND : >
147- python -m unittest discover -v -s {package}
148-
149- - name : Build ${{ matrix.os.name }} wheels and test (new)
150- uses : joerick/cibuildwheel@v2.22.0
151- if : matrix.cibw.group == 'new'
152- with :
153- output-dir : dist
154- env :
155- CIBW_BUILD : ${{ matrix.cibw.build }}
156- # Skip 32-bit builds // NO
157- # CIBW_SKIP: '*-win32 *_i686'
158- CIBW_MANYLINUX_I686_IMAGE : manylinux2014
159- CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
160- CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
161- CIBW_MUSLLINUX_I686_IMAGE : musllinux_1_1
162- CIBW_MUSLLINUX_X86_64_IMAGE : musllinux_1_1
163- # Only build on x86 and arm64 for linux
164- CIBW_ARCHS_LINUX : auto aarch64
165- CIBW_BEFORE_ALL_LINUX : >
166- python -m pip install --upgrade pip
167- # CIBW_ARCHS_MACOS: x86_64 arm64 universal2
168- # Building two wheels for MacOS and skipping Universal
169- CIBW_ARCHS_MACOS : x86_64 arm64
170- # Skip testing Apple Silicon until there are GH runners
171- CIBW_TEST_SKIP : ' *_arm64 *_universal2:arm64'
172- CIBW_BEFORE_ALL_MACOS : >
173- python -m pip install --upgrade pip
174- # CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.7
175- CIBW_BUILD_VERBOSITY_MACOS : 0
176- CIBW_BEFORE_ALL_WINDOWS : >
177- python -m pip install --upgrade pip
178- CIBW_TEST_COMMAND : >
179- python -m unittest discover -v -s {package}
180118
181119# - name: Upload artifacts
182120# uses: actions/upload-artifact@v4
0 commit comments