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 3c260e0 commit 7e20529Copy full SHA for 7e20529
setup.py
@@ -50,7 +50,7 @@
50
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
51
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
52
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
53
- os.system("python -m pip install --upgrade 'tqdm>=4.62.0'")
+ os.system("python -m pip install --upgrade 'tqdm>=4.62.2'")
54
print("\n*** Publishing The Release to PyPI: ***\n")
55
os.system("python -m twine upload dist/*") # Requires ~/.pypirc Keys
56
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")
0 commit comments