mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-10-30 07:27:46 +03:00 
			
		
		
		
	Merge pull request #1233 from ghickman/wheel
Set up wheel distribution support
This commit is contained in:
		
						commit
						fb3fcf0710
					
				
							
								
								
									
										1
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							|  | @ -45,6 +45,7 @@ version = get_version('rest_framework') | |||
| 
 | ||||
| if sys.argv[-1] == 'publish': | ||||
|     os.system("python setup.py sdist upload") | ||||
|     os.system("python setup.py bdist_wheel upload") | ||||
|     print("You probably want to also tag the version now:") | ||||
|     print("  git tag -a %s -m 'version %s'" % (version, version)) | ||||
|     print("  git push --tags") | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user