mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	Use CIBW_ENABLE
This commit is contained in:
		
							parent
							
								
									80c562573a
								
							
						
					
					
						commit
						f4a9304bb3
					
				
							
								
								
									
										8
									
								
								.github/workflows/wheels.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/wheels.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -85,7 +85,7 @@ jobs: | ||||||
|           CIBW_ARCHS: "aarch64" |           CIBW_ARCHS: "aarch64" | ||||||
|           # Likewise, select only one Python version per job to speed this up. |           # Likewise, select only one Python version per job to speed this up. | ||||||
|           CIBW_BUILD: "${{ matrix.python-version }}-${{ matrix.spec == 'musllinux' && 'musllinux' || 'manylinux' }}*" |           CIBW_BUILD: "${{ matrix.python-version }}-${{ matrix.spec == 'musllinux' && 'musllinux' || 'manylinux' }}*" | ||||||
|           CIBW_PRERELEASE_PYTHONS: True |           CIBW_ENABLE: cpython-prerelease | ||||||
|           # Extra options for manylinux. |           # Extra options for manylinux. | ||||||
|           CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.spec }} |           CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.spec }} | ||||||
|           CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: ${{ matrix.spec }} |           CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: ${{ matrix.spec }} | ||||||
|  | @ -150,10 +150,9 @@ jobs: | ||||||
|         env: |         env: | ||||||
|           CIBW_ARCHS: ${{ matrix.cibw_arch }} |           CIBW_ARCHS: ${{ matrix.cibw_arch }} | ||||||
|           CIBW_BUILD: ${{ matrix.build }} |           CIBW_BUILD: ${{ matrix.build }} | ||||||
|           CIBW_FREE_THREADED_SUPPORT: True |           CIBW_ENABLE: cpython-prerelease cpython-freethreading | ||||||
|           CIBW_MANYLINUX_PYPY_X86_64_IMAGE: ${{ matrix.manylinux }} |           CIBW_MANYLINUX_PYPY_X86_64_IMAGE: ${{ matrix.manylinux }} | ||||||
|           CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }} |           CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }} | ||||||
|           CIBW_PRERELEASE_PYTHONS: True |  | ||||||
|           CIBW_SKIP: pp39-* |           CIBW_SKIP: pp39-* | ||||||
|           MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }} |           MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }} | ||||||
| 
 | 
 | ||||||
|  | @ -228,8 +227,7 @@ jobs: | ||||||
|           CIBW_ARCHS: ${{ matrix.cibw_arch }} |           CIBW_ARCHS: ${{ matrix.cibw_arch }} | ||||||
|           CIBW_BEFORE_ALL: "{package}\\winbuild\\build\\build_dep_all.cmd" |           CIBW_BEFORE_ALL: "{package}\\winbuild\\build\\build_dep_all.cmd" | ||||||
|           CIBW_CACHE_PATH: "C:\\cibw" |           CIBW_CACHE_PATH: "C:\\cibw" | ||||||
|           CIBW_FREE_THREADED_SUPPORT: True |           CIBW_ENABLE: cpython-prerelease cpython-freethreading | ||||||
|           CIBW_PRERELEASE_PYTHONS: True |  | ||||||
|           CIBW_SKIP: pp39-* |           CIBW_SKIP: pp39-* | ||||||
|           CIBW_TEST_SKIP: "*-win_arm64" |           CIBW_TEST_SKIP: "*-win_arm64" | ||||||
|           CIBW_TEST_COMMAND: 'docker run --rm |           CIBW_TEST_COMMAND: 'docker run --rm | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user