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 963f2dd commit 247a8b8Copy full SHA for 247a8b8
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.63.0'")
+ os.system("python -m pip install --upgrade 'tqdm>=4.63.1'")
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