mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-04 14:45:50 +08:00 
			
		
		
		
	Format build.yml
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -37,6 +37,7 @@ jobs:
 | 
				
			|||||||
        pipenv run flit build
 | 
					        pipenv run flit build
 | 
				
			||||||
        pipenv run flit install --python $(which python)
 | 
					        pipenv run flit install --python $(which python)
 | 
				
			||||||
        python test_build.py
 | 
					        python test_build.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  release:
 | 
					  release:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    needs: test
 | 
					    needs: test
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user