Skip to content

Commit c40a1fd

Browse files
committed
Update twine version
1 parent c172fc7 commit c40a1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
os.system('rm -f dist/*.egg; rm -f dist/*.tar.gz; rm -f dist/*.whl')
3636
os.system('python setup.py sdist bdist_wheel') # Create new tar/wheel
3737
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
38-
os.system("python -m pip install 'twine>=1.14.0'")
38+
os.system("python -m pip install 'twine>=1.15.0'")
3939
print("\n*** Publishing The Release to PyPI: ***\n")
4040
os.system('python -m twine upload dist/*') # Requires ~/.pypirc Keys
4141
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")

0 commit comments

Comments
 (0)