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 92ec1ba commit 07c575bCopy full SHA for 07c575b
setup.py
@@ -44,7 +44,7 @@
44
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
45
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
46
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
47
- os.system("python -m pip install --upgrade 'tqdm>=4.49.0'")
+ os.system("python -m pip install --upgrade 'tqdm>=4.50.0'")
48
print("\n*** Publishing The Release to PyPI: ***\n")
49
os.system('python -m twine upload dist/*') # Requires ~/.pypirc Keys
50
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")
0 commit comments