mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Update cibuildwheel to version 2.20.0
This commit is contained in:
		
							parent
							
								
									f56453f59f
								
							
						
					
					
						commit
						8a44027f3d
					
				
							
								
								
									
										4
									
								
								.github/workflows/publishing.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/publishing.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -65,7 +65,7 @@ jobs:
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Build wheels
 | 
					      - name: Build wheels
 | 
				
			||||||
        uses: pypa/cibuildwheel@v2.11.3
 | 
					        uses: pypa/cibuildwheel@v2.20.0
 | 
				
			||||||
      - uses: actions/upload-artifact@v3
 | 
					      - uses: actions/upload-artifact@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ./wheelhouse/*.whl
 | 
					          path: ./wheelhouse/*.whl
 | 
				
			||||||
| 
						 | 
					@ -80,7 +80,7 @@ jobs:
 | 
				
			||||||
        if: runner.os == 'Linux'
 | 
					        if: runner.os == 'Linux'
 | 
				
			||||||
        uses: docker/setup-qemu-action@v2
 | 
					        uses: docker/setup-qemu-action@v2
 | 
				
			||||||
      - name: Build wheels
 | 
					      - name: Build wheels
 | 
				
			||||||
        uses: pypa/cibuildwheel@v2.11.3
 | 
					        uses: pypa/cibuildwheel@v2.20.0
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          CIBW_ARCHS_LINUX: aarch64
 | 
					          CIBW_ARCHS_LINUX: aarch64
 | 
				
			||||||
      - uses: actions/upload-artifact@v3
 | 
					      - uses: actions/upload-artifact@v3
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,6 +13,7 @@ follows `Semantic versioning`_
 | 
				
			||||||
- Add support of Python 3.12.
 | 
					- Add support of Python 3.12.
 | 
				
			||||||
- Drop support of Python 2.7, 3.5, and 3.6.
 | 
					- Drop support of Python 2.7, 3.5, and 3.6.
 | 
				
			||||||
- Regenerate C sources using Cython 0.29.37.
 | 
					- Regenerate C sources using Cython 0.29.37.
 | 
				
			||||||
 | 
					- Update ``cibuildwheel`` to version ``2.20.0``.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
4.41.0
 | 
					4.41.0
 | 
				
			||||||
------
 | 
					------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user