mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	#N/A: Use twine for uploading new releases
This commit is contained in:
		| @@ -32,4 +32,5 @@ call('git push --tags', shell=True) | |||||||
|  |  | ||||||
| env = os.environ | env = os.environ | ||||||
| env['CONVERT_README'] = 'true' | env['CONVERT_README'] = 'true' | ||||||
| call('python setup.py sdist bdist_wheel upload', shell=True, env=env) | call('python setup.py sdist bdist_wheel', shell=True, env=env) | ||||||
|  | call('twine upload dist/*', shell=True, env=env) | ||||||
|   | |||||||
| @@ -8,3 +8,4 @@ pexpect | |||||||
| pypandoc | pypandoc | ||||||
| pytest-benchmark | pytest-benchmark | ||||||
| pytest-docker-pexpect | pytest-docker-pexpect | ||||||
|  | twine | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user