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 44fd0f8 commit fb70417Copy full SHA for fb70417
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>=4.0.0'")
53
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
54
- os.system("python -m pip install --upgrade 'tqdm>=4.63.1'")
+ os.system("python -m pip install --upgrade 'tqdm>=4.64.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