Skip to content

Commit f327778

Browse files
committed
Update deploy dependencies
1 parent e35110b commit f327778

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
os.system("rm -f dist/*.egg; rm -f dist/*.tar.gz; rm -f dist/*.whl")
4949
os.system("rm -rf build/bdist.*; rm -rf build/lib")
5050
print("\n*** Installing build: *** (Required for PyPI uploads)\n")
51-
os.system("python -m pip install --upgrade 'build>=0.9.0'")
51+
os.system("python -m pip install --upgrade 'build>=0.10.0'")
52+
print("\n*** Installing pkginfo: *** (Required for PyPI uploads)\n")
53+
os.system("python -m pip install --upgrade 'pkginfo>=1.9.6'")
5254
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
5355
os.system("python -m pip install --upgrade 'twine>=4.0.2'")
5456
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")

0 commit comments

Comments
 (0)