Refresh deploy dependencies
This commit is contained in:
parent
64665de90b
commit
ad35d01cc8
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ if sys.argv[-1] == "publish":
|
|||
print("\n*** Installing build: *** (Required for PyPI uploads)\n")
|
||||
os.system("python -m pip install --upgrade 'build>=0.7.0'")
|
||||
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
|
||||
os.system("python -m pip install --upgrade 'twine>=3.8.0'")
|
||||
os.system("python -m pip install --upgrade 'twine>=4.0.0'")
|
||||
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
|
||||
os.system("python -m pip install --upgrade 'tqdm>=4.63.1'")
|
||||
print("\n*** Rebuilding distribution packages: ***\n")
|
||||
|
|
Loading…
Reference in New Issue