mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Rename custom archs job
This commit is contained in:
		
							parent
							
								
									8002ce71a8
								
							
						
					
					
						commit
						a33766702c
					
				
							
								
								
									
										4
									
								
								.github/workflows/publishing.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/publishing.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -42,7 +42,7 @@ jobs:
 | 
				
			||||||
          path: ./wheelhouse/*.whl
 | 
					          path: ./wheelhouse/*.whl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  build-wheels-linux-custom-archs:
 | 
					  build-wheels-linux-custom-archs:
 | 
				
			||||||
    name: Build wheels
 | 
					    name: Build wheels Linux custom archs
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
| 
						 | 
					@ -55,7 +55,7 @@ jobs:
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: 3.9
 | 
					          python-version: 3.9
 | 
				
			||||||
      - run: pip install cibuildwheel==1.8.0
 | 
					      - run: pip install cibuildwheel==1.8.0
 | 
				
			||||||
      - run: cibuildwheel --archs  ${{ matrix.archs }} --output-dir wheelhouse
 | 
					      - run: cibuildwheel --archs ${{ matrix.arch }} --output-dir wheelhouse
 | 
				
			||||||
      - uses: actions/upload-artifact@v2
 | 
					      - uses: actions/upload-artifact@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ./wheelhouse/*.whl
 | 
					          path: ./wheelhouse/*.whl
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
"""Top-level package."""
 | 
					"""Top-level package."""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = '4.10.3dev5'
 | 
					__version__ = '4.10.3dev6'
 | 
				
			||||||
"""Version number.
 | 
					"""Version number.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:type: str
 | 
					:type: str
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user