add artifact upload
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Failing after 49s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Failing after 49s
				
			This commit is contained in:
		@@ -31,6 +31,11 @@ jobs:
 | 
			
		||||
          pip install -U flit
 | 
			
		||||
          flit build
 | 
			
		||||
          find dist
 | 
			
		||||
      - name: upload package as artifact
 | 
			
		||||
        uses: actions/upload-artifact@v4
 | 
			
		||||
        with:
 | 
			
		||||
          name: bankfind
 | 
			
		||||
          path: dist
 | 
			
		||||
 | 
			
		||||
      # - name: Build docs with mkdocs
 | 
			
		||||
      #   run: |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user