Refresh deploy dependencies

This commit is contained in:
Michael Mintz 2022-03-25 15:17:14 -04:00
parent 963f2dd596
commit 247a8b8b3f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ if sys.argv[-1] == "publish":
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
os.system("python -m pip install --upgrade 'twine>=3.8.0'")
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
os.system("python -m pip install --upgrade 'tqdm>=4.63.0'")
os.system("python -m pip install --upgrade 'tqdm>=4.63.1'")
print("\n*** Rebuilding distribution packages: ***\n")
os.system("python -m build") # Create new tar/wheel
print("\n*** Publishing The Release to PyPI: ***\n")