mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-04 14:45:50 +08:00 
			
		
		
		
	Generate setup.py file (#896)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -32,7 +32,7 @@ jobs:
 | 
			
		||||
        codecov
 | 
			
		||||
    - name: Build and install it on system host
 | 
			
		||||
      run: |
 | 
			
		||||
        flit build
 | 
			
		||||
        flit build --setup-py
 | 
			
		||||
        flit install --deps none --python $(which python)
 | 
			
		||||
        python test_build.py
 | 
			
		||||
 | 
			
		||||
@ -56,4 +56,4 @@ jobs:
 | 
			
		||||
        FLIT_USERNAME: ${{ secrets.FLIT_USERNAME }}
 | 
			
		||||
        FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
 | 
			
		||||
      run: |
 | 
			
		||||
        flit publish
 | 
			
		||||
        flit publish --setup-py
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user