Refresh deploy dependencies
This commit is contained in:
parent
963f2dd596
commit
247a8b8b3f
2
setup.py
2
setup.py
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue