Skip to content

Commit 7fc1dd9

Browse files
committed
Upgrade build dependencies
1 parent e32f8cb commit 7fc1dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
os.system("rm -f dist/*.egg; rm -f dist/*.tar.gz; rm -f dist/*.whl")
4848
os.system("rm -rf build/bdist.*; rm -rf build/lib")
4949
print("\n*** Installing build: *** (Required for PyPI uploads)\n")
50-
os.system("python -m pip install --upgrade 'build>=0.8.0'")
50+
os.system("python -m pip install --upgrade 'build>=0.9.0'")
5151
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
5252
os.system("python -m pip install --upgrade 'twine>=4.0.1'")
5353
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")

0 commit comments

Comments
 (0)