This should fix the action for Python 3.12.
Ref: hynek/build-and-inspect-python-package#72
(cherry picked from commit 247436819a)
			
			
This commit is contained in:
		
							parent
							
								
									a32feda04c
								
							
						
					
					
						commit
						ec5bd27cc7
					
				| 
						 | 
				
			
			@ -26,7 +26,7 @@ jobs:
 | 
			
		|||
        persist-credentials: false
 | 
			
		||||
 | 
			
		||||
    - name: Build and Check Package
 | 
			
		||||
      uses: hynek/build-and-inspect-python-package@v1.5
 | 
			
		||||
      uses: hynek/build-and-inspect-python-package@v1.5.3
 | 
			
		||||
 | 
			
		||||
  deploy:
 | 
			
		||||
    if: github.repository == 'pytest-dev/pytest'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -35,7 +35,7 @@ jobs:
 | 
			
		|||
        fetch-depth: 0
 | 
			
		||||
        persist-credentials: false
 | 
			
		||||
    - name: Build and Check Package
 | 
			
		||||
      uses: hynek/build-and-inspect-python-package@v1.5
 | 
			
		||||
      uses: hynek/build-and-inspect-python-package@v1.5.3
 | 
			
		||||
 | 
			
		||||
  build:
 | 
			
		||||
    needs: [package]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue