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 a24987d commit 0985608Copy full SHA for 0985608
setup.py
@@ -51,7 +51,7 @@
51
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
52
os.system("python -m pip install --upgrade 'twine>=3.8.0'")
53
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
54
- os.system("python -m pip install --upgrade 'tqdm>=4.62.3'")
+ os.system("python -m pip install --upgrade 'tqdm>=4.63.0'")
55
print("\n*** Rebuilding distribution packages: ***\n")
56
os.system("python -m build") # Create new tar/wheel
57
print("\n*** Publishing The Release to PyPI: ***\n")
0 commit comments