We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c172fc7 commit c40a1fdCopy full SHA for c40a1fd
setup.py
@@ -35,7 +35,7 @@
35
os.system('rm -f dist/*.egg; rm -f dist/*.tar.gz; rm -f dist/*.whl')
36
os.system('python setup.py sdist bdist_wheel') # Create new tar/wheel
37
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
38
- os.system("python -m pip install 'twine>=1.14.0'")
+ os.system("python -m pip install 'twine>=1.15.0'")
39
print("\n*** Publishing The Release to PyPI: ***\n")
40
os.system('python -m twine upload dist/*') # Requires ~/.pypirc Keys
41
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")
0 commit comments