mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-10-30 19:58:36 +00:00 
			
		
		
		
	Fix typo in cibuildwheel conf introduced in #14253
This commit is contained in:
		
							parent
							
								
									09b588854e
								
							
						
					
					
						commit
						1e73effebf
					
				| @ -94,7 +94,7 @@ def main(wheel_file: str, dest_dir: str, archs: Optional[str]) -> None: | ||||
|         # `delocate-listdeps`. | ||||
|         subprocess.run(["delocate-listdeps", wheel_file], check=True) | ||||
|         subprocess.run( | ||||
|             ["delocate-wheel" "--require-archs", archs, "-w", dest_dir, wheel_file], | ||||
|             ["delocate-wheel", "--require-archs", archs, "-w", dest_dir, wheel_file], | ||||
|             check=True, | ||||
|         ) | ||||
|     else: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user