mirror of
				https://github.com/KevinMidboe/delugeClient.git
				synced 2025-10-29 12:00:13 +00:00 
			
		
		
		
	Split wheel and tarball dist into separate make cmds
This commit is contained in:
		
							
								
								
									
										7
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								Makefile
									
									
									
									
									
								
							| @@ -7,9 +7,14 @@ install: | |||||||
| build: | build: | ||||||
| 	python3 setup.py build | 	python3 setup.py build | ||||||
|  |  | ||||||
| dist: | tarball: | ||||||
| 	python3 setup.py sdist | 	python3 setup.py sdist | ||||||
|  |  | ||||||
|  | wheel: | ||||||
|  | 	python3 setup.py bdist_wheel | ||||||
|  |  | ||||||
|  | dist: tarball wheel | ||||||
|  |  | ||||||
| upload: clean dist | upload: clean dist | ||||||
| 	twine upload dist/* | 	twine upload dist/* | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user