5 lines
		
	
	
	
		
			70 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			70 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
build:
 | 
						|
	python setup.py sdist bdist_wheel
 | 
						|
 | 
						|
push:
 | 
						|
	twine upload dist/*
 |