|  |  | @ -22,10 +22,10 @@ jobs: | 
			
		
	
		
		
			
				
					
					|  |  |  |       - uses: actions/checkout@v4 |  |  |  |       - uses: actions/checkout@v4 | 
			
		
	
		
		
			
				
					
					|  |  |  |       - name: Install poetry |  |  |  |       - name: Install poetry | 
			
		
	
		
		
			
				
					
					|  |  |  |         run: pipx install poetry==$POETRY_VERSION |  |  |  |         run: pipx install poetry==$POETRY_VERSION | 
			
		
	
		
		
			
				
					
					|  |  |  |       - name: Set up Python 3.10 |  |  |  |       - name: Set up Python 3.9 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         uses: actions/setup-python@v4 |  |  |  |         uses: actions/setup-python@v4 | 
			
		
	
		
		
			
				
					
					|  |  |  |         with: |  |  |  |         with: | 
			
		
	
		
		
			
				
					
					|  |  |  |           python-version: "3.10" |  |  |  |           python-version: "3.9" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |           cache: "poetry" |  |  |  |           cache: "poetry" | 
			
		
	
		
		
			
				
					
					|  |  |  |       - name: Build project for distribution |  |  |  |       - name: Build project for distribution | 
			
		
	
		
		
			
				
					
					|  |  |  |         run: poetry build |  |  |  |         run: poetry build | 
			
		
	
	
		
		
			
				
					|  |  | 
 |